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.
This commit is contained in:
Ulrich Drepper 2002-09-29 23:24:50 +00:00
parent 57449fa348
commit d0f82f5d71

View File

@ -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.