Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-28 | 2004-09-27 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -2/+3 | |
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to all three syscall uses, not just one! | |||||
2004-09-18 | 2004-09-18 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -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.h | Roland McGrath | 1 | -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. |