Correct sparc CPP guards for EMT_TAGOVF.
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Apr 2014 20:37:04 +0000 (13:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Apr 2014 20:37:04 +0000 (13:37 -0700)
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
with __USE_GNU instead of XOPEN cpp guards.

ChangeLog
sysdeps/unix/sysv/linux/sparc/bits/siginfo.h

index a6ffe08..44ddb28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-04-30  David S. Miller  <davem@davemloft.net>
 
+       * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
+       with __USE_GNU instead of XOPEN cpp guards.
+
        * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
        0.
 
index fcf83c5..5b74d01 100644 (file)
@@ -278,7 +278,7 @@ enum
 };
 # endif
 
-# if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8
+# if defined __USE_GNU
 /* `si_code' values for SIGEMT signal.  */
 enum
 {