source: rtems/c/src/exec/posix/include/rtems/posix/psignal.h @ 1094754f

4.104.114.84.95
Last change on this file since 1094754f was d0baf81, checked in by Joel Sherrill <joel.sherrill@…>, on 06/11/96 at 16:00:06

new file.

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