Revert "Fix MinGW build broken by recent update from Gnulib"

This reverts commit b737c6125d.
It is no longer needed with the introduction of nt/inc/signal.h.
This commit is contained in:
Eli Zaretskii 2024-09-06 09:24:56 +03:00
parent e218d09087
commit 266e321d96

View file

@ -19,21 +19,6 @@
#include <signal.h>
/* Maximum size of a signal name returned by sig2str(), including the
terminating NUL byte. */
#ifndef SIG2STR_MAX
/* The longest one: "RTMAX", then "+" or "-", then up to 10 digits, then NUL.
Add + 2 as a reserve for the future. */
# define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
#endif
#ifndef HAVE_SIG2STR
int sig2str (int, char *);
#endif
#ifndef HAVE_STR2SIG
int str2sig (char const *, int *);
#endif
/* An upper bound on signal numbers allowed by the system. */
#if defined _sys_nsig