mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
* misc/tst-pselect.c (do_test): Fix sigblock argument.
This commit is contained in:
parent
36775704ae
commit
9e1444fc3d
@ -1,3 +1,7 @@
|
||||
2006-12-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* misc/tst-pselect.c (do_test): Fix sigblock argument.
|
||||
|
||||
2006-12-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/tst-pselect.c (do_test): Make sure the helper process is
|
||||
|
@ -38,7 +38,7 @@ do_test (void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (sigblock (SIGUSR1) != 0)
|
||||
if (sigblock (sigmask (SIGUSR1)) != 0)
|
||||
{
|
||||
puts ("sigblock failed");
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user