* tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
Signed-off-by: Eric Blake <ebb9@byu.net>
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.
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