diff ChangeLog @ 10241:33944c807312

Avoid SA_ namespace. * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 23 Jun 2008 06:41:08 -0600
parents d8fe05396cf4
children 9b147a1f7a76
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 23 06:24:53 2008 -0600
+++ b/ChangeLog	Mon Jun 23 06:41:08 2008 -0600
@@ -1,5 +1,9 @@
 2008-06-23  Eric Blake  <ebb9@byu.net>
 
+	Avoid SA_ namespace.
+	* tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
+	Reported by Ralf Wildenhues.
+
 	Avoid test failure due to SA_RESTORER.
 	* tests/test-sigaction.c (SA_MASK): New macro.
 	(main): Avoid failing due to extension flags being set.