summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 16:39:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 16:39:28 +0000
commit7fc3029a59f3e7afe0865bb22c738f638112ac43 (patch)
treeaa4068f3e9fe746d43c2a6fec4b7440c64ae5a60 /cpukit/posix/include/rtems
parentnew files (diff)
downloadrtems-7fc3029a59f3e7afe0865bb22c738f638112ac43.tar.bz2
added prototype for manager initialization routine.
Diffstat (limited to 'cpukit/posix/include/rtems')
-rw-r--r--cpukit/posix/include/rtems/posix/psignal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/posix/include/rtems/posix/psignal.h
index 981e07883c..1262ba7cf5 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/posix/include/rtems/posix/psignal.h
@@ -5,6 +5,8 @@
#ifndef __POSIX_SIGNALS_h
#define __POSIX_SIGNALS_h
+void _POSIX_signals_Manager_Initialization( void );
+
void _POSIX_signals_Post_switch_extension(
Thread_Control *the_thread
);