[win32] integrate mainline
[p5sagit/p5-mst-13.2.git] / malloc.c
index cc1e376..6f8f548 100644 (file)
--- a/malloc.c
+++ b/malloc.c
@@ -777,7 +777,7 @@ static long Perl_sbrk_oldsize;
 #   define PERLSBRK_32_K (1<<15)
 #   define PERLSBRK_64_K (1<<16)
 
-char *
+Malloc_t
 Perl_sbrk(size)
 int size;
 {