OSDN Git Service

cancellation support for a large amount of the required syscalls
authorAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 21:32:36 +0000 (14:32 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 21:32:36 +0000 (14:32 -0700)
commit57e8823548ad6e65d33b2153edeb18fb0edc20e6
tree8cfc6fea89ec4e90c94b5764233ee2b2ed9cc54d
parent9a737ab7a40984cfdfffd014562a220a3736a10f
cancellation support for a large amount of the required syscalls

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
25 files changed:
libc/inet/socketcalls.c
libc/misc/sysvipc/msgq.c
libc/signal/sigpause.c
libc/signal/sigwait.c
libc/stdlib/system.c
libc/sysdeps/linux/common/__rt_sigtimedwait.c
libc/sysdeps/linux/common/__syscall_fcntl.c
libc/sysdeps/linux/common/__syscall_rt_sigaction.c
libc/sysdeps/linux/common/bits/kernel_sigaction.h
libc/sysdeps/linux/common/fsync.c
libc/sysdeps/linux/common/ioctl.c
libc/sysdeps/linux/common/msync.c
libc/sysdeps/linux/common/nanosleep.c
libc/sysdeps/linux/common/open64.c
libc/sysdeps/linux/common/pause.c
libc/sysdeps/linux/common/poll.c
libc/sysdeps/linux/common/pselect.c
libc/sysdeps/linux/common/readv.c
libc/sysdeps/linux/common/select.c
libc/sysdeps/linux/common/sigprocmask.c
libc/sysdeps/linux/common/sigsuspend.c
libc/sysdeps/linux/common/wait.c
libc/sysdeps/linux/common/waitpid.c
libc/sysdeps/linux/common/writev.c
libc/termios/tcdrain.c