From 3075213b9c0519d789163f8db4150380498c3fc2 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Hoyos Ayala Date: Wed, 2 Dec 2020 13:50:18 -0800 Subject: [PATCH] Remove macros that limit size of read on Linux --- src/coreclr/src/pal/src/debug/debug.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/coreclr/src/pal/src/debug/debug.cpp b/src/coreclr/src/pal/src/debug/debug.cpp index 7e7e368200587..d734c2afd53d9 100644 --- a/src/coreclr/src/pal/src/debug/debug.cpp +++ b/src/coreclr/src/pal/src/debug/debug.cpp @@ -19,10 +19,6 @@ Revision History: --*/ -#ifndef HOST_64BIT -#undef _LARGEFILE64_SOURCE -#undef _FILE_OFFSET_BITS -#endif #include "pal/dbgmsg.h" SET_DEFAULT_DEBUG_CHANNEL(DEBUG); // some headers have code with asserts, so do this first