aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 19f565ad74..503ff174ac 100644
--- a/hash.c
+++ b/hash.c
@@ -3161,7 +3161,7 @@ getenvsize(const WCHAR* p)
static size_t
getenvblocksize(void)
{
- return (rb_w32_osver() >= 5) ? 32767 : 5120;
+ return 32767;
}
#endif