[__USE_BSD] (sig_t): New typedef.

This commit is contained in:
Roland McGrath 1995-11-08 21:31:12 +00:00
parent f535a036af
commit 7606603541

View File

@ -111,6 +111,11 @@ extern int sigpause __P ((int __mask));
typedef __sighandler_t sighandler_t;
#endif
/* 4.4 BSD uses the name `sig_t' for this. */
#ifdef __USE_BSD
typedef __sighandler_t sig_t;
#endif
#endif /* <signal.h> included. */