From 131a30a3262f22059ce9cc4b08b7099231e83d8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:42:07 -0800 Subject: [PATCH] Remove macros that limit size of read on Linux (#45882) Co-authored-by: Juan Sebastian Hoyos Ayala --- 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