fix missing prototype for strsignal
This commit is contained in:
parent
41d518360f
commit
2a195dd31c
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
#if (SIGHUP == 1) && (SIGINT == 2) && (SIGQUIT == 3) && (SIGILL == 4) \
|
||||
&& (SIGTRAP == 5) && (SIGABRT == 6) && (SIGBUS == 7) && (SIGFPE == 8) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue