source: trunk/src/emx/include/signal.h@ 1064

Last change on this file since 1064 was 1035, checked in by bird, 22 years ago

strsignal(), and sys_signame,sys_siglist and sys_nsig.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 407 bytes
Line 
1/* signal.h (emx+gcc) */
2
3#ifndef _SIGNAL_H
4#define _SIGNAL_H
5#include <sys/cdefs.h>
6#include <sys/signal.h>
7
8#if __BSD_VISIBLE
9/*
10 * XXX should enlarge these, if only to give empty names instead of bounds
11 * errors for large signal numbers.
12 */
13extern __const char *__const sys_signame[NSIG];
14extern __const char *__const sys_siglist[NSIG];
15extern __const int sys_nsig;
16#endif
17
18
19#endif /* not _SIGNAL_H */
Note: See TracBrowser for help on using the repository browser.