source: rtems/c/src/exec/posix/include/rtems/posix/psignal.h @ 25a882a6

4.104.114.84.95
Last change on this file since 25a882a6 was 25a882a6, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/96 at 20:45:38

config.h: added maximum_queued_signals.

psignal.h: fixed typo.

  • Property mode set to 100644
File size: 250 bytes
RevLine 
[494740c]1/*
2 *  $Id$
3 */
4
[d0baf81]5#ifndef __POSIX_SIGNALS_h
[494740c]6#define __POSIX_SIGNALS_h
7
[25a882a6]8void _POSIX_signals_Manager_Initialization(
9  int  maximum_queued_signals
10);
[7fc3029]11
[494740c]12void _POSIX_signals_Post_switch_extension(
13  Thread_Control  *the_thread
14);
15
16#endif
17/* end of file */
Note: See TracBrowser for help on using the repository browser.