Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger | 2011-05-13 | 1 | -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 fix | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -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 Vlasenko | 2009-02-25 | 1 | -6/+7 |
| | | | | | Now they are only enabled if linuxthreads.old are selected. | ||||
* | remove one forgotten '##'. Heeds: | Denis Vlasenko | 2008-12-19 | 1 | -1/+1 |
| | | | | | warning: type defaults to 'int' in declaration of 'intfcntl' | ||||
* | get rid of __libc_* symbols. Some whitespace cleanups. | Khem Raj | 2008-12-11 | 1 | -27/+27 |
| | |||||
* | - guard socket calls with UCLIBC_HAS_SOCKET | Bernhard Reutner-Fischer | 2008-10-17 | 1 | -1/+2 |
| | |||||
* | Fix up an msync() redefinition for linuxthreads + nommu systems, | Paul Mundt | 2008-08-21 | 1 | -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 header | Mike Frysinger | 2007-06-29 | 1 | -1/+1 |
| | |||||
* | only define msync cancellation point if the syscall exists | Mike Frysinger | 2006-12-08 | 1 | -0/+2 |
| | |||||
* | provide internal nanosleep/waitpid/sigaction/raise | Peter S. Mazinger | 2006-01-25 | 1 | -0/+4 |
| | |||||
* | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+220 |
of latest glibc version |