diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-01 19:39:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-01 19:39:17 +0000 |
commit | 6698501fdabad86273a409213e62c31771e76bae (patch) | |
tree | 88923e34a01e87c9f6f07c9ea3300a0d63ff171e /ChangeLog | |
parent | 66cc59de5b0bdd710784ec5a06e841fe15c2c542 (diff) | |
download | glibc-6698501fdabad86273a409213e62c31771e76bae.tar.gz glibc-6698501fdabad86273a409213e62c31771e76bae.tar.xz glibc-6698501fdabad86273a409213e62c31771e76bae.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6dee5b46eb..aa996f10b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-09-01 Roland McGrath <roland@redhat.com> + + * 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. + 2004-08-14 Alfred M. Szmidt <ams@kemisten.nu> * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc |