mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -1,3 +1,8 @@
|
|||||||
|
2014-04-30 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
|
||||||
|
with XOPEN cpp guards.
|
||||||
|
|
||||||
2014-04-30 Julian Brown <julian@codesourcery.com>
|
2014-04-30 Julian Brown <julian@codesourcery.com>
|
||||||
|
|
||||||
[BZ #16888]
|
[BZ #16888]
|
||||||
|
@ -278,12 +278,14 @@ enum
|
|||||||
};
|
};
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K8
|
||||||
/* `si_code' values for SIGEMT signal. */
|
/* `si_code' values for SIGEMT signal. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
EMT_TAGOVF = 1 /* Tag overflow. */
|
EMT_TAGOVF = 1 /* Tag overflow. */
|
||||||
# define EMT_TAGOVF EMT_TAGOVF
|
# define EMT_TAGOVF EMT_TAGOVF
|
||||||
};
|
};
|
||||||
|
# endif
|
||||||
|
|
||||||
# undef __need_siginfo_t
|
# undef __need_siginfo_t
|
||||||
#endif /* !have siginfo_t && (have _SIGNAL_H || need siginfo_t). */
|
#endif /* !have siginfo_t && (have _SIGNAL_H || need siginfo_t). */
|
||||||
|
Reference in New Issue
Block a user