From 7fc3029a59f3e7afe0865bb22c738f638112ac43 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jun 1996 16:39:28 +0000 Subject: added prototype for manager initialization routine. --- cpukit/posix/include/rtems/posix/psignal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/include/rtems') 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 ); -- cgit v1.2.3