1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix some sparc conform test failures in siginfo.h

* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
	with XOPEN cpp guards.
This commit is contained in:
David S. Miller
2014-04-30 11:37:41 -07:00
parent 69124b48b9
commit 211d653cb6
2 changed files with 7 additions and 0 deletions

View File

@ -278,12 +278,14 @@ enum
};
# endif
# if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8
/* `si_code' values for SIGEMT signal. */
enum
{
EMT_TAGOVF = 1 /* Tag overflow. */
# define EMT_TAGOVF EMT_TAGOVF
};
# endif
# undef __need_siginfo_t
#endif /* !have siginfo_t && (have _SIGNAL_H || need siginfo_t). */