added psignal.h

This commit is contained in:
Joel Sherrill
1996-06-10 21:04:14 +00:00
parent 1ba858d7ea
commit 494740cb7f
3 changed files with 39 additions and 0 deletions

View 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 */

View 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 */