summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/waitid.c
AgeCommit message (Collapse)Author
2004-11-02Updated to fedora-glibc-20041102T1153Jakub Jelinek
2004-09-29Updated to fedora-glibc-20040929T0821Jakub Jelinek
2004-09-182004-09-18 Roland McGrath <roland@redhat.com>Roland McGrath
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to system call.
2004-09-01* sysdeps/unix/sysv/linux/bits/waitflags.hRoland McGrath
(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.