aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-12 16:06:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-12 17:02:42 +0900
commit0df67a469561fab80b78478b99703ed893c4db07 (patch)
tree8cc322d18f27911bc5c6f42e8d924ada80ed5c4d /win32
parent21c5726418136d6efa98cbf205860a8bee328907 (diff)
downloadruby-0df67a469561fab80b78478b99703ed893c4db07.tar.gz
Signal handler type should be void
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 71565f0b71..85c6e9a0ef 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -783,7 +783,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define PRI_LL_PREFIX "I64"
#define PRI_PIDT_PREFIX PRI_INT_PREFIX
#define GETGROUPS_T int
-#define RETSIGTYPE void
#define TYPEOF_TIMEVAL_TV_SEC long
!if $(RT_VER) >= 120
#define HAVE_ACOSH 1