From 8bf1540cc235fb8fb5330a7ae8ab638247ceb177 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 30 Apr 2020 16:40:25 +0800 Subject: build: remove fdelt_chk backwards compatibility code Now that we require glibc 2.17 or later, we no longer need to check for different return types in fdelt_chk. It was changed from unsigned long int to long int in glibc 2.16 . See this commit: https://sourceware.org/git/?p=glibc.git;a=commit;h=ceb9e56b3d1f8c1922e0526c2e841373843460e2 and related issue: https://sourceware.org/bugzilla/show_bug.cgi?id=14210. --- build_msvc/bitcoin_config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_msvc/bitcoin_config.h') diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index c8b2fb1658..35ba8425b3 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -41,9 +41,6 @@ /* Define to 1 to enable ZMQ functions */ #define ENABLE_ZMQ 1 -/* parameter and return value type for __fdelt_chk */ -/* #undef FDELT_TYPE */ - /* define if the Boost library is available */ #define HAVE_BOOST /**/ -- cgit v1.2.3