1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* misc/tst-pselect.c (do_test): Fix sigblock argument.

This commit is contained in:
Ulrich Drepper
2006-12-14 20:04:05 +00:00
parent 36775704ae
commit 9e1444fc3d
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,7 @@ do_test (void)
return 1;
}
if (sigblock (SIGUSR1) != 0)
if (sigblock (sigmask (SIGUSR1)) != 0)
{
puts ("sigblock failed");
return 1;