summaryrefslogtreecommitdiff
path: root/src/signal/ILL_PRVOPC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/ILL_PRVOPC.c')
-rw-r--r--src/signal/ILL_PRVOPC.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/signal/ILL_PRVOPC.c b/src/signal/ILL_PRVOPC.c
new file mode 100644
index 00000000..80d7575a
--- /dev/null
+++ b/src/signal/ILL_PRVOPC.c
@@ -0,0 +1,6 @@
+#include <signal.h>
+#define ILL_PRVOPC (5)
+/*
+XOPEN(400)
+POSIX(200809)
+*/