source:
trunk/src/gcc/libiberty/strsignal.c@
2091
| Last change on this file since 2091 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 15.0 KB | |
| Line | |
|---|---|
| 1 | /* Extended support for using signal values. |
| 2 | Written by Fred Fish. [email protected] |
| 3 | This file is in the public domain. */ |
| 4 | |
| 5 | #include "ansidecl.h" |
| 6 | #include "libiberty.h" |
| 7 | |
| 8 | #include "config.h" |
| 9 | |
| 10 | /* We need to declare sys_siglist, because even if the system provides |
| 11 | it we can't assume that it is declared in <signal.h> (for example, |
| 12 | SunOS provides sys_siglist, but it does not declare it in any |
