* tst-cancel.c (tf_sigwait, tf_sigwaitinfo, tf_sigtimedwait): Add

sigemptyset before sigaddset.  Reported by jreiser@BitWagon.com.
This commit is contained in:
Jakub Jelinek 2003-08-29 15:02:55 +00:00
parent 97b6614c20
commit 7c868816f8
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-08-29 Jakub Jelinek <jakuB@redhat.com>
* tst-cancel.c (tf_sigwait, tf_sigwaitinfo, tf_sigtimedwait): Add
sigemptyset before sigaddset. Reported by jreiser@BitWagon.com.
2003-08-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread.h (pthread_exit): Remove __THROW.