From: Ulrich Drepper Date: Sun, 29 Sep 2002 23:24:50 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~21005 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0f82f5d719d3939804071745d4f5192fa380d6b;p=external%2Fglibc.git Update. 2002-09-29 Ulrich Drepper * 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. --- diff --git a/ChangeLog b/ChangeLog index ec76edf..9171b04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-29 Ulrich Drepper + + * 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 * malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.