forked from Imagelibrary/rtems
added psignal.h
This commit is contained in:
13
c/src/exec/posix/headers/psignal.h
Normal file
13
c/src/exec/posix/headers/psignal.h
Normal file
@@ -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 */
|
||||
13
c/src/exec/posix/include/rtems/posix/psignal.h
Normal file
13
c/src/exec/posix/include/rtems/posix/psignal.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user