Searched defs:__sighandler_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h120 #define SIG_DFL ((__sighandler_t *)0)
121 #define SIG_IGN ((__sighandler_t *)1)
122 #define SIG_ERR ((__sighandler_t *)-1)
123 /* #define SIG_CATCH ((__sighandler_t *)2) See signalvar.h */
124 #define SIG_HOLD ((__sighandler_t *)3)
134 * programs can avoid the warnings by casting to (__sighandler_t *) or
142 typedef void __sighandler_t(int); typedef
352 typedef __sighandler_t *sig_t; /* type of pointer to a signal function */
382 __sighandler_t *sv_handler; /* signal handler */
440 __sighandler_t *signa
[all...]

Completed in 323 milliseconds