|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * Signals.
8: */
9:
10: #ifndef SIG_H
11: #define SIG_H SIG_H
12:
13: #include <sys/msig.h>
14:
15: #define SIGHUP 1 /* Hangup */
16: #define SIGINT 2 /* Interrupt */
17: #define SIGQUIT 3 /* Quit */
18: #define SIGALRM 4 /* Alarm */
19: #define SIGTERM 5 /* Software termination signal */
20: #define SIGREST 6 /* Restart */
21: #define SIGSYS 7 /* Bad argument to system call */
22: #define SIGPIPE 8 /* Write to pipe with no readers */
23: #define SIGKILL 9 /* Kill */
24: #define SIGTRAP 10 /* Breakpoint */
25: #define SIGSEGV 11 /* Segmentation violation */
26:
27: #ifndef KERNEL
28: /*
29: * For the benefit of user programs.
30: */
31: int (*signal())();
32:
33: #endif
34:
35: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.