diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 23:24:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-29 23:24:50 +0000 |
commit | d0f82f5d719d3939804071745d4f5192fa380d6b (patch) | |
tree | dcd280ac179c66fc79047713621f128fcee562a5 /ChangeLog | |
parent | 57449fa348a10964474d4294d6005aa6800c4793 (diff) | |
download | glibc-d0f82f5d719d3939804071745d4f5192fa380d6b.tar.gz glibc-d0f82f5d719d3939804071745d4f5192fa380d6b.tar.xz glibc-d0f82f5d719d3939804071745d4f5192fa380d6b.zip |
Update.
2002-09-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value semantics for sigtimedwait is different. Rework the return value handling and don't pass in an siginfo variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec76edf14e..9171b04edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value + semantics for sigtimedwait is different. Rework the return value + handling and don't pass in an siginfo variable. + 2002-09-29 Roland McGrath <roland@redhat.com> * malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining. |