source: rtems/c/src/exec/posix/include/rtems/posix/psignal.h @ 7fc3029

4.104.114.84.95
Last change on this file since 7fc3029 was 7fc3029, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/96 at 16:39:28

added prototype for manager initialization routine.

  • Property mode set to 100644
File size: 225 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#ifndef __POSIX_SIGNALS_h
6#define __POSIX_SIGNALS_h
7
8void _POSIX_signals_Manager_Initialization( void );
9
10void _POSIX_signals_Post_switch_extension(
11  Thread_Control  *the_thread
12);
13
14#endif
15/* end of file */
Note: See TracBrowser for help on using the repository browser.