From 2f82854e4a5b843462fd89846e943f0dc4c40eb0 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 20 Jan 2021 14:58:16 -0500 Subject: [PATCH] Revert "LibCore: Try to fix fuzzer build" This reverts commit c5709c0aed02cf7c7c5cda914d9794ac5cab55e7. --- Userland/Libraries/LibCore/AnonymousBuffer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Userland/Libraries/LibCore/AnonymousBuffer.cpp b/Userland/Libraries/LibCore/AnonymousBuffer.cpp index 6caeb22e5d..d3087363b2 100644 --- a/Userland/Libraries/LibCore/AnonymousBuffer.cpp +++ b/Userland/Libraries/LibCore/AnonymousBuffer.cpp @@ -24,10 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if defined(__linux__) && !defined(_GNU_SOURCE) -# define _GNU_SOURCE // For memfd_create, MFD_CLOEXEC -#endif - #include #include #include