Fix typo.
authorEric Blake <ebb9@byu.net>
Mon, 23 Jun 2008 12:44:55 +0000 (06:44 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 23 Jun 2008 12:44:55 +0000 (06:44 -0600)
* tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/test-sigaction.c

index b6ffc1f..c4f9c9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-23  Eric Blake  <ebb9@byu.net>
 
+       Fix typo.
+       * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
+
        Avoid SA_ namespace.
        * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
        Reported by Ralf Wildenhues.
index 9ef3352..30c4744 100644 (file)
@@ -53,7 +53,7 @@
    provide other flags as extensions, such as SA_RESTORER, that we
    must ignore in this test.  */
 #define MASK_SA_FLAGS (SA_NOCLDSTOP | SA_ONSTACK | SA_RESETHAND | SA_RESTART \
-                      SA_SIGINFO | SA_NOCLDWAIT | SA_NODEFER)
+                      SA_SIGINFO | SA_NOCLDWAIT | SA_NODEFER)
 
 /* This test is unsafe in the presence of an asynchronous SIGABRT,
    because we install a signal-handler that is intentionally not