mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* misc/tst-pselect.c (do_test): Fix sigblock argument.
This commit is contained in:
@@ -38,7 +38,7 @@ do_test (void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (sigblock (SIGUSR1) != 0)
|
||||
if (sigblock (sigmask (SIGUSR1)) != 0)
|
||||
{
|
||||
puts ("sigblock failed");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user