diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingPort.h')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingPort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingPort.h b/compiler-rt/lib/profile/InstrProfilingPort.h index ceafdb9783f..9462cf1a240 100644 --- a/compiler-rt/lib/profile/InstrProfilingPort.h +++ b/compiler-rt/lib/profile/InstrProfilingPort.h @@ -105,7 +105,6 @@ static inline size_t getpagesize() { GetNativeSystemInfo(&S); return S.dwPageSize; } -#define setenv _putenv #else /* defined(_WIN32) */ #include <unistd.h> #endif /* defined(_WIN32) */ |

