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

#ifnde __POSIX_SIGNALS_h
#define __POSIX_SIGNALS_h

void _POSIX_signals_Post_switch_extension(
  Thread_Control  *the_thread
);

#endif
/* end of file */