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:
Eli Zaretskii 2024-09-06 09:23:55 +03:00
parent df57e44a08
commit 42da79c075

View file

@ -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