Mike Frysinger
|
a1d98e054e
cleanup and use the style of other *64 funcs
|
20 years ago |
Mike Frysinger
|
146313a612
depend on ldso
|
20 years ago |
Mike Frysinger
|
da3e98dd83
kill off redefined warnings
|
20 years ago |
Peter S. Mazinger
|
a1b552b0fe
Add more warnings, for release we should guard later w/ DODEBUG
|
20 years ago |
Mike Frysinger
|
cd7736ffa0
add support for arch_prctl() (only used on x86_64 atm)
|
20 years ago |
Mike Frysinger
|
fef210554b
fix building with gcc4
|
20 years ago |
Peter S. Mazinger
|
db25758fbd
longjmp missed, remove sh version, it's the same as the generic one
|
20 years ago |
Peter S. Mazinger
|
9b92b36b83
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libpthread as well
|
20 years ago |
Peter S. Mazinger
|
ac3b5716a7
typo
|
20 years ago |
Peter S. Mazinger
|
89e73abbfd
Try to correct stat64/stat issue, vapier please check on 64bit arch
|
20 years ago |
Peter S. Mazinger
|
bfa91a43d6
Make i386 build w/ -std=c99 (almost)
|
20 years ago |
Peter S. Mazinger
|
60155d4649
Change to build w/ -std=c99
|
20 years ago |
Peter S. Mazinger
|
a47a8b46a5
s/_GNU_SOURCE/__USE_GNU/
|
20 years ago |
Peter S. Mazinger
|
8688aa5fed
Reorganize a bit and mark tdestroy as GNU extension
|
20 years ago |
Peter S. Mazinger
|
cf4d1f62f9
Mark __assert as noreturn
|
20 years ago |
Peter S. Mazinger
|
21ceae197e
Guard hidden prototypes accordingly
|
20 years ago |
Peter S. Mazinger
|
7b57007713
Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well
|
20 years ago |
Peter S. Mazinger
|
ba9a21b2fa
Get rid of nested warnings
|
20 years ago |
Peter S. Mazinger
|
1129cd16b4
Correct memcpy use
|
20 years ago |
Peter S. Mazinger
|
a0686301a0
Add __longjmp prototype
|
20 years ago |
Peter S. Mazinger
|
00e60d85d2
Sync w/ glibc
|
20 years ago |
Bernhard Reutner-Fischer
|
ba04ff722d
- __td_debug is only needed if NDEBUG is not defined.
|
20 years ago |
Peter S. Mazinger
|
09702bb3f9
Remove redundancy and move hidden prototypes around
|
20 years ago |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
20 years ago |
Peter S. Mazinger
|
d98307c5af
Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined
|
20 years ago |
Mike Frysinger
|
718589c658
grab alpha version of mman.h from glibc
|
20 years ago |
Mike Frysinger
|
b3297bc1cb
import syscall from glibc
|
20 years ago |
Mike Frysinger
|
2a623a604c
fix building on 64bit hosts
|
20 years ago |
Mike Frysinger
|
43da001e78
fix building on 64bit hosts
|
20 years ago |
Mike Frysinger
|
2dd3ea96d3
fix unused warnings
|
20 years ago |