summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/psignal.h')
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
new file mode 100644
index 0000000000..af6765ca6d
--- /dev/null
+++ b/cpukit/posix/include/rtems/posix/psignal.h
@@ -0,0 +1,13 @@
+/*
+ * $Id$
+ */
+
+#ifnde __POSIX_SIGNALS_h
+#define __POSIX_SIGNALS_h
+
+void _POSIX_signals_Post_switch_extension(
+ Thread_Control *the_thread
+);
+
+#endif
+/* end of file */