aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/posix/signal.h')
-rw-r--r--extras/mini-os/include/posix/signal.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/extras/mini-os/include/posix/signal.h b/extras/mini-os/include/posix/signal.h
new file mode 100644
index 0000000000..be9e9f31da
--- /dev/null
+++ b/extras/mini-os/include/posix/signal.h
@@ -0,0 +1,10 @@
+#ifndef _POSIX_SIGNAL_H
+#define _POSIX_SIGNAL_H
+
+#include_next <signal.h>
+
+int sigaction(int signum, const struct sigaction * __restrict,
+ struct sigaction * __restrict);
+
+#endif
+