summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/usignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/f2c/usignal.h')
-rw-r--r--usr.bin/f2c/usignal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/f2c/usignal.h b/usr.bin/f2c/usignal.h
new file mode 100644
index 0000000..ba4ee6a
--- /dev/null
+++ b/usr.bin/f2c/usignal.h
@@ -0,0 +1,7 @@
+#include <signal.h>
+#ifndef SIGHUP
+#define SIGHUP 1 /* hangup */
+#endif
+#ifndef SIGQUIT
+#define SIGQUIT 3 /* quit */
+#endif
OpenPOWER on IntegriCloud