* sysdeps/unix/sysv/linux/bits/waitflags.h
commit6698501fdabad86273a409213e62c31771e76bae
authorRoland McGrath <roland@gnu.org>
Wed, 1 Sep 2004 19:39:17 +0000 (1 19:39 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Sep 2004 19:39:17 +0000 (1 19:39 +0000)
tree88923e34a01e87c9f6f07c9ea3300a0d63ff171e
parent66cc59de5b0bdd710784ec5a06e841fe15c2c542
* sysdeps/unix/sysv/linux/bits/waitflags.h

(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.
ChangeLog
sysdeps/unix/sysv/linux/bits/waitflags.h
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/waitid.c [new file with mode: 0644]