]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* misc/tst-pselect.c (do_test): Fix sigblock argument.
authorUlrich Drepper <drepper@redhat.com>
Thu, 14 Dec 2006 20:04:05 +0000 (20:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 14 Dec 2006 20:04:05 +0000 (20:04 +0000)
ChangeLog
misc/tst-pselect.c

index cdcdf5a42c496c6034d7e2691545ac00bab09d4b..f3463017a9ae4516708d57137944bd5341ee6f82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 54c5ee82619aaa15d8138a204e0f4ab98cbc2b40..35d51d8ee04ac49e94e4b1decc41f0d08e586bd2 100644 (file)
@@ -38,7 +38,7 @@ do_test (void)
       return 1;
     }
 
-  if (sigblock (SIGUSR1) != 0)
+  if (sigblock (sigmask (SIGUSR1)) != 0)
     {
       puts ("sigblock failed");
       return 1;