mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03: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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user