Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Sep 2002 23:24:50 +0000 (23:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Sep 2002 23:24:50 +0000 (23:24 +0000)
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.

ChangeLog

index ec76edf..9171b04 100644 (file)
--- 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.