summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-10 21:04:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-10 21:04:14 +0000
commit494740cb7f37878f5d11cab074b44bfd328e798a (patch)
tree7e82e49799ed5b51a52f1ff4a8b6bb8695ede35a
parentnew files. (diff)
downloadrtems-494740cb7f37878f5d11cab074b44bfd328e798a.tar.bz2
added psignal.h
-rw-r--r--c/src/exec/posix/headers/psignal.h13
-rw-r--r--c/src/exec/posix/include/rtems/posix/psignal.h13
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h13
3 files changed, 39 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/psignal.h b/c/src/exec/posix/headers/psignal.h
new file mode 100644
index 0000000000..af6765ca6d
--- /dev/null
+++ b/c/src/exec/posix/headers/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 */
diff --git a/c/src/exec/posix/include/rtems/posix/psignal.h b/c/src/exec/posix/include/rtems/posix/psignal.h
new file mode 100644
index 0000000000..af6765ca6d
--- /dev/null
+++ b/c/src/exec/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 */
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 */