diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-28 00:43:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-28 00:43:00 +0000 |
commit | c5e2501b0b0fd773dc6f1037b5aabf862716b94d (patch) | |
tree | 54bbd97bb2dc5062eae493c14507646da27fd1be | |
parent | c8cde977f430e6c4510f073959eb5811e4200c35 (diff) | |
download | glibc-c5e2501b0b0fd773dc6f1037b5aabf862716b94d.tar.gz glibc-c5e2501b0b0fd773dc6f1037b5aabf862716b94d.tar.xz glibc-c5e2501b0b0fd773dc6f1037b5aabf862716b94d.zip |
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
all three syscall uses, not just one!
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3f8a566759..37534d5254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-27 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to + all three syscall uses, not just one! + 2004-09-26 Richard Henderson <rth@redhat.com> * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. |