Skip to content

Commit

Permalink
Remove macros that limit size of read on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs committed Dec 10, 2020
1 parent 34cae74 commit 002e7d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/pal/src/debug/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 002e7d1

Please sign in to comment.