changeset 10242:9b147a1f7a76

Fix typo. * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 23 Jun 2008 06:44:55 -0600
parents 33944c807312
children f3834f370cbd
files ChangeLog tests/test-sigaction.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 23 06:41:08 2008 -0600
+++ b/ChangeLog	Mon Jun 23 06:44:55 2008 -0600
@@ -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.
--- a/tests/test-sigaction.c	Mon Jun 23 06:41:08 2008 -0600
+++ b/tests/test-sigaction.c	Mon Jun 23 06:44:55 2008 -0600
@@ -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