aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32heap.c')
-rw-r--r--src/w32heap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index aac860e769..362a8d4462 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -143,8 +143,6 @@ sbrk (unsigned long increment)
else if (size > 0)
{
/* Sanity checks. */
- if (size % get_page_size () != 0)
- return NULL;
if ((data_region_end + size) >
(data_region_base + get_reserved_heap_size ()))
return NULL;