This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sbrk declared inconsistently
authorHans Mulder <hansmu@xs4all.nl>
Sun, 15 Feb 1998 23:05:20 +0000 (00:05 +0100)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 20 Feb 1998 12:35:39 +0000 (12:35 +0000)
p4raw-id: //depot/perl@543

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;
 {