summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignal.h
blob: 9c6688107604e89a7280522ed02e828a9f956d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  $Id$
 */

#ifndef __POSIX_SIGNALS_h
#define __POSIX_SIGNALS_h

void _POSIX_signals_Manager_Initialization(
  int  maximum_queued_signals
);

void _POSIX_signals_Post_switch_extension(
  Thread_Control  *the_thread
);

#endif
/* end of file */