summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/wrapsyscall.c
Commit message (Collapse)AuthorAgeFilesLines
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-0/+13
| | | | | | | While there, fix epoll_pwait syscall, it takes 6 arguments Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* commentary typo fixBernhard Reutner-Fischer2011-05-111-1/+1
| | | | | | use cancellation (with two 'l') uniformly. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-6/+7
| | | | | Now they are only enabled if linuxthreads.old are selected.
* remove one forgotten '##'. Heeds:Denis Vlasenko2008-12-191-1/+1
| | | | | warning: type defaults to 'int' in declaration of 'intfcntl'
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
|
* - guard socket calls with UCLIBC_HAS_SOCKETBernhard Reutner-Fischer2008-10-171-1/+2
|
* Fix up an msync() redefinition for linuxthreads + nommu systems,Paul Mundt2008-08-211-1/+2
| | | | | | common case depends on __ARCH_USE_MMU__, falling back on the include/sys/mman.h:msync() stub otherwise.
* tweak msync prototype to match headerMike Frysinger2007-06-291-1/+1
|
* only define msync cancellation point if the syscall existsMike Frysinger2006-12-081-0/+2
|
* provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger2006-01-251-0/+4
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-151-0/+220
of latest glibc version