From 1d3d93ef73c7712a7b903140e524f081d349865b Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 30 Apr 2014 13:37:04 -0700 Subject: [PATCH] Correct sparc CPP guards for EMT_TAGOVF. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect with __USE_GNU instead of XOPEN cpp guards. --- ChangeLog | 3 +++ sysdeps/unix/sysv/linux/sparc/bits/siginfo.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a6ffe08..44ddb28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-04-30 David S. Miller + * 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. diff --git a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h index fcf83c5..5b74d01 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/siginfo.h @@ -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 { -- 2.7.4