summaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-04-07 02:37:15 -0700
committerDaniel Stenberg <daniel@haxx.se>2021-04-07 16:01:05 +0200
commit812fce9dcfaf26f62b8bfb83ee51b43f83c5291f (patch)
treeca99d375f0f164b099c460095d50f727a41529ce /lib/config-win32ce.h
parent694eab18bcaa83b5e70f7e2e6b5b7418d953ca3b (diff)
downloadcurl-812fce9dcfaf26f62b8bfb83ee51b43f83c5291f.tar.gz
configure: remove use of RETSIGTYPE
This was previously defined by the obsolete AC_TYPE_SIGNAL macro, which was removed in 2682e5f5. The deprecation text says > Your code may safely assume C89 semantics that RETSIGTYPE is void. So, remove it and just use void instead. Closes #6861
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r--lib/config-win32ce.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index 7f59fd562..fb29e088f 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -307,9 +307,6 @@
/* Define this if in_addr_t is not an available 'typedefed' type */
#define in_addr_t unsigned long
-/* Define as the return type of signal handlers (int or void). */
-#define RETSIGTYPE void
-
/* Define ssize_t if it is not an available 'typedefed' type */
#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__)
#elif defined(_WIN64)