mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
[__USE_BSD] (sig_t): New typedef.
This commit is contained in:
parent
f535a036af
commit
7606603541
@ -111,6 +111,11 @@ extern int sigpause __P ((int __mask));
|
|||||||
typedef __sighandler_t sighandler_t;
|
typedef __sighandler_t sighandler_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* 4.4 BSD uses the name `sig_t' for this. */
|
||||||
|
#ifdef __USE_BSD
|
||||||
|
typedef __sighandler_t sig_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* <signal.h> included. */
|
#endif /* <signal.h> included. */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user