mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
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.
This commit is contained in:
parent
8aa583c3e0
commit
1d3d93ef73
@ -1,5 +1,8 @@
|
|||||||
2014-04-30 David S. Miller <davem@davemloft.net>
|
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
|
* sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
|
||||||
0.
|
0.
|
||||||
|
|
||||||
|
@ -278,7 +278,7 @@ enum
|
|||||||
};
|
};
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8
|
# if defined __USE_GNU
|
||||||
/* `si_code' values for SIGEMT signal. */
|
/* `si_code' values for SIGEMT signal. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user