summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/waitid.c
AgeCommit message (Collapse)AuthorFilesLines
2004-09-282004-09-27 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+3
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to all three syscall uses, not just one!
2004-09-182004-09-18 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+3
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to system call.
2004-09-01* sysdeps/unix/sysv/linux/bits/waitflags.hRoland McGrath1-0/+67
(WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): New macro. * sysdeps/unix/sysv/linux/waitid.c: New file. Use new syscall when available, or fall back to the waitpid-based generic code.