]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-pty.c
everywhere: port everything to sigprocmask_many() and friends
[thirdparty/systemd.git] / src / test / test-pty.c
index f8807c9150f8aa2c40995357b115a35e02f3fd8b..3f97a64ccd5957fdad34befdc76958555c7a7b7f 100644 (file)
@@ -129,7 +129,7 @@ int main(int argc, char *argv[]) {
         log_parse_environment();
         log_open();
 
-        assert_se(sigprocmask_many(SIG_BLOCK, SIGCHLD, -1) >= 0);
+        assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGCHLD, -1) >= 0);
 
         /* Oh, there're ugly races in the TTY layer regarding HUP vs IN. Turns
          * out they appear only 10% of the time. I fixed all of them and