Revert "; Another fix for str2sig.h"
This reverts commit df57e44a08
.
It is no longer needed with introduction of nt/inc/signal.h.
This commit is contained in:
parent
df57e44a08
commit
42da79c075
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@
|
|||
# define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifndef HAVE_SIG2STR
|
||||
int sig2str (int, char *);
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
#ifndef HAVE_STR2SIG
|
||||
int str2sig (char const *, int *);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue