forked from Imagelibrary/rtems
added prototype for manager initialization routine.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user