Peter S. Mazinger
|
1a90c75e47
use __typeof for all __libc_x prototypes, do not need __sigaction/__vfork
|
19 years ago |
Peter S. Mazinger
|
b040378820
Don't use __getpid/__getpagesize
|
19 years ago |
Peter S. Mazinger
|
48143d8a8f
fork/vfork weak in libc, strong in libpthread
|
19 years ago |
Bernhard Reutner-Fischer
|
c3f6501060
- use keywords __asm__ and __inline__ c99.
|
19 years ago |
Peter S. Mazinger
|
3dbc359dd8
Move threads header to proper location
|
19 years ago |
Peter S. Mazinger
|
9ca46ae789
Convert all the strong_aliases to weak that are cancelable in libpthread
|
19 years ago |
Peter S. Mazinger
|
4a2cd146df
Use __typeof for __libc*longjmp
|
19 years ago |
Peter S. Mazinger
|
75df202c71
Use __typeof for __longjmp, remove alias to longjmp for cris, should be covered by common/longjmp.c
|
19 years ago |
Peter S. Mazinger
|
ba782c98a8
Use wildcard *.c for full rpc, update copyright
|
19 years ago |
Peter S. Mazinger
|
ffb5f3a2ae
s/svc_auth_unix.c/svc_authux.c/
|
19 years ago |
Peter S. Mazinger
|
7c7ce3aade
s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well
|
19 years ago |
Peter S. Mazinger
|
474ffd5d0b
Remove unneeded _GNU_SOURCE
|
19 years ago |
Mike Frysinger
|
cc479c5abf
sync with glibc
|
19 years ago |
Mike Frysinger
|
a1d98e054e
cleanup and use the style of other *64 funcs
|
19 years ago |
Mike Frysinger
|
146313a612
depend on ldso
|
19 years ago |
Mike Frysinger
|
da3e98dd83
kill off redefined warnings
|
19 years ago |
Peter S. Mazinger
|
a1b552b0fe
Add more warnings, for release we should guard later w/ DODEBUG
|
19 years ago |
Mike Frysinger
|
cd7736ffa0
add support for arch_prctl() (only used on x86_64 atm)
|
19 years ago |
Mike Frysinger
|
fef210554b
fix building with gcc4
|
19 years ago |
Peter S. Mazinger
|
db25758fbd
longjmp missed, remove sh version, it's the same as the generic one
|
19 years ago |
Peter S. Mazinger
|
9b92b36b83
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libpthread as well
|
19 years ago |
Peter S. Mazinger
|
ac3b5716a7
typo
|
19 years ago |
Peter S. Mazinger
|
89e73abbfd
Try to correct stat64/stat issue, vapier please check on 64bit arch
|
19 years ago |
Peter S. Mazinger
|
bfa91a43d6
Make i386 build w/ -std=c99 (almost)
|
19 years ago |
Peter S. Mazinger
|
60155d4649
Change to build w/ -std=c99
|
19 years ago |
Peter S. Mazinger
|
a47a8b46a5
s/_GNU_SOURCE/__USE_GNU/
|
19 years ago |
Peter S. Mazinger
|
8688aa5fed
Reorganize a bit and mark tdestroy as GNU extension
|
19 years ago |
Peter S. Mazinger
|
cf4d1f62f9
Mark __assert as noreturn
|
19 years ago |
Peter S. Mazinger
|
21ceae197e
Guard hidden prototypes accordingly
|
19 years ago |
Peter S. Mazinger
|
7b57007713
Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well
|
19 years ago |