summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-29 23:24:50 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-29 23:24:50 +0000
commitd0f82f5d719d3939804071745d4f5192fa380d6b (patch)
treedcd280ac179c66fc79047713621f128fcee562a5
parent57449fa348a10964474d4294d6005aa6800c4793 (diff)
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.
-rw-r--r--ChangeLog6
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.