KERNEL SPEEDUP #2
[unix-history] / usr / include / signal.h
deleted file mode 100644 (file)
index 06f82a9c912e9b60a6cbb8b5af23b6b4de279212..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#define NSIG   17
-
-#define        SIGHUP  1       /* hangup */
-#define        SIGINT  2       /* interrupt */
-#define        SIGQUIT 3       /* quit */
-#define        SIGILL  4       /* illegal instruction (not reset when caught) */
-#define        SIGTRAP 5       /* trace trap (not reset when caught) */
-#define        SIGIOT  6       /* IOT instruction */
-#define        SIGEMT  7       /* EMT instruction */
-#define        SIGFPE  8       /* floating point exception */
-#define        SIGKILL 9       /* kill (cannot be caught or ignored) */
-#define        SIGBUS  10      /* bus error */
-#define        SIGSEGV 11      /* segmentation violation */
-#define        SIGSYS  12      /* bad argument to system call */
-#define        SIGPIPE 13      /* write on a pipe with no one to read it */
-#define        SIGALRM 14      /* alarm clock */
-#define        SIGTERM 15      /* software termination signal from kill */
-
-int    (*signal())();
-#define        SIG_DFL (int (*)())0
-#define        SIG_IGN (int (*)())1
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..df1896d6f26c639864ef9d6bde01917b38626df5
--- /dev/null
@@ -0,0 +1 @@
+sys/signal.h
\ No newline at end of file