View | Details | Raw Unified | Return to bug 92362
Collapse All | Expand All

(-)src/sys/sys/signal.h 2006-01-26 13:31:16.000000000 +0100 (+1 lines)
Lines 95-100 Link Here
95
#define        SIGIO           23      /* input/output possible signal */
95
#define        SIGIO           23      /* input/output possible signal */
96
#endif
96
#endif
97
#if __XSI_VISIBLE
97
#if __XSI_VISIBLE
98
#define        SIGPOLL         23      /* pollable event */
98
#define        SIGXCPU         24      /* exceeded CPU time limit */
99
#define        SIGXCPU         24      /* exceeded CPU time limit */
99
#define        SIGXFSZ         25      /* exceeded file size limit */
100
#define        SIGXFSZ         25      /* exceeded file size limit */
100
#define        SIGVTALRM       26      /* virtual time alarm */
101
#define        SIGVTALRM       26      /* virtual time alarm */

Return to bug 92362