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

#ifndef __POSIX_SIGNALS_h
#define __POSIX_SIGNALS_h

void _POSIX_signals_Post_switch_extension(
  Thread_Control  *the_thread
);

#endif
/* end of file */