Commit aa7f3a40 authored by Vedant Kumar's avatar Vedant Kumar
Browse files

[profile] Speculative fix for Windows after D68351

parent bbbd22e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ static inline size_t getpagesize() {
  GetNativeSystemInfo(&S);
  return S.dwPageSize;
}
#define setenv _putenv
#else /* defined(_WIN32) */
#include <unistd.h>
#endif /* defined(_WIN32) */