Mike Frysinger
|
fd72e30425
first pass at implementing *at funcs
|
16 years ago |
Mike Frysinger
|
91f91bcb3a
sync a few headers with glibc (no functional changes)
|
16 years ago |
Mike Frysinger
|
75552ab845
dirent: push dirent type to prototypes
|
16 years ago |
Mike Frysinger
|
41ea9da895
string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT
|
16 years ago |
Mike Frysinger
|
5e51016045
regex: convert #if to #ifdef
|
16 years ago |
Mike Frysinger
|
fa2ba2e3c3
add a wchar.h stub
|
16 years ago |
Mike Frysinger
|
5590ebbd36
mknod: convert to INLINE_SYSCALL() to sync with glibc
|
16 years ago |
Mike Frysinger
|
89753413b2
note that we do not want hidden malloc aliases
|
16 years ago |
Mike Frysinger
|
aceae8ba6d
fix typo in frv endian comment
|
16 years ago |
Mike Frysinger
|
192d41278b
relocate i386 string.h to i386-specific dir
|
16 years ago |
Mike Frysinger
|
1e00fc1b1e
start ignoring include/ symlinks
|
16 years ago |
Mike Frysinger
|
fa6b1e9526
unifdef: implement err.h funcs locally
|
16 years ago |
Mike Frysinger
|
1b6ff11554
ppoll: switch to INLINE_SYSCALL() to match glibc
|
16 years ago |
Mike Frysinger
|
3575b74175
add hidden aliases for older regex search functions
|
16 years ago |
Mike Frysinger
|
84dd8d624f
install_headers: convert header removal to Kbuild style
|
16 years ago |
Mike Frysinger
|
045da529c9
use -EB/-EL for all targets
|
16 years ago |
Joseph Myers
|
7c3eebd556
Fix ARM syscall argument loading.
|
16 years ago |
Giuseppe Cavallaro
|
9952af00f1
sh: Fix up optimized SH-4 memcpy on big endian.
|
16 years ago |
Mike Frysinger
|
c06402cccc
syscall(): create a common version based on INLINE_SYSCALL_NCS()
|
16 years ago |
Mike Frysinger
|
763bbf9e9a
syscall: unify part 2: NCS variety
|
16 years ago |
Mike Frysinger
|
5ca445cb7b
MAKEALL: expand cross-compiler arch search
|
16 years ago |
Peter Griffin
|
9dd284eb5d
sh: Change __HAVE_SHARED__ to __PIC__
|
16 years ago |
Mike Frysinger
|
a124fab262
ignore generated .i files
|
16 years ago |
Mike Frysinger
|
6c70a940b4
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
|
16 years ago |
Mike Frysinger
|
b387d76236
syscall: unify common syscall defines
|
16 years ago |
Austin Foxley
|
ad539e7bc7
sparc: Update syscalls.h to define INTERNAL_SYSCALL
|
16 years ago |
Mike Frysinger
|
25e328e862
MAKEALL: start a quick build test helper script
|
16 years ago |
Ron
|
e1aba9d040
Avoid type-punned pointers that break strict-aliasing
|
16 years ago |
Ron
|
8ee834680d
Avoid warnings about shifting more bits than we have
|
16 years ago |
Ron
|
4a758b0f33
Don't shadow the chroot global
|
16 years ago |