; Another fix for str2sig.h
This commit is contained in:
parent
91e7b47d6c
commit
df57e44a08
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@
|
|||
# define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SIG2STR
|
||||
#ifdef __MINGW32__
|
||||
int sig2str (int, char *);
|
||||
#endif
|
||||
#ifndef HAVE_STR2SIG
|
||||
#ifdef __MINGW32__
|
||||
int str2sig (char const *, int *);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue