Skip to content

Commit

Permalink
Remove macros that limit size of read on Linux (#45882)
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
  • Loading branch information
github-actions[bot] and hoyosjs authored Dec 11, 2020
1 parent 5d131e0 commit 131a30a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/src/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 131a30a

Please sign in to comment.