comparison src/alloc.c @ 12096:cdc859dd813b

Declare sbrk.
author Karl Heuer <kwzh@gnu.org>
date Tue, 06 Jun 1995 02:02:51 +0000
parents 6be0b7a0ac44
children 1fc112b5fdc4
comparison
equal deleted inserted replaced
12095:7c295f5d7633 12096:cdc859dd813b
30 #include "blockinput.h" 30 #include "blockinput.h"
31 #include "keyboard.h" 31 #include "keyboard.h"
32 #endif 32 #endif
33 33
34 #include "syssignal.h" 34 #include "syssignal.h"
35
36 extern char *sbrk ();
35 37
36 /* The following come from gmalloc.c. */ 38 /* The following come from gmalloc.c. */
37 39
38 #if defined (__STDC__) && __STDC__ 40 #if defined (__STDC__) && __STDC__
39 #include <stddef.h> 41 #include <stddef.h>