summaryrefslogtreecommitdiff
path: root/lib/libc/hidden/sys
AgeCommit message (Expand)Author
2015-10-25Wrap waitpid() so calls go direct; weaken wait() and wait3().Philip Guenther
2015-10-04recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)Philip Guenther
2015-10-04getpeereid() and sockatmark() are neither used in libc nor in ISO C, so markPhilip Guenther
2015-09-14Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-14Make isfdtype() and getmntinfo() weak symbolsPhilip Guenther
2015-09-13Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakPhilip Guenther
2015-09-12Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakPhilip Guenther
2015-09-11Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tPhilip Guenther
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationPhilip Guenther