1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Define siginfo_t in signal.h for XPG4 (bug 14835).

This commit is contained in:
Joseph Myers
2012-11-19 22:17:58 +00:00
parent 381594c4cf
commit ee663277dc
3 changed files with 9 additions and 1 deletions

View File

@@ -73,7 +73,9 @@ typedef __uid_t uid_t;
/* We need `struct timespec' later on. */
# define __need_timespec
# include <time.h>
#endif
#if defined __USE_POSIX199309 || defined __USE_XOPEN_EXTENDED
/* Get the `siginfo_t' type plus the needed symbols. */
# include <bits/siginfo.h>
#endif