From 1b88be038a9261c88a70283bd4749bfd6f4fb8d3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Sep 2024 09:23:55 +0300 Subject: [PATCH] Revert "; Another fix for str2sig.h" This reverts commit df57e44a08fd5c7dc159254a40f5d2e4d008e8df. It is no longer needed with introduction of nt/inc/signal.h. (cherry picked from commit 42da79c07583648b8677f2bcc880fad3244ac32e) --- lib/sig2str.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sig2str.h b/lib/sig2str.h index 62b6d628f12..bfb207777cc 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h @@ -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 -- 2.39.5