aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-06 02:02:51 +0000
committerKarl Heuer1995-06-06 02:02:51 +0000
commitee1eea5ceebd7281dd5569432edbfb30502abfe8 (patch)
treeca1817f065b98b0f701fdd699713ce530b71b585 /src
parent52ee0561df8e2959a8b9b97b1a35cac9cb78b09d (diff)
downloademacs-ee1eea5ceebd7281dd5569432edbfb30502abfe8.tar.gz
emacs-ee1eea5ceebd7281dd5569432edbfb30502abfe8.zip
Declare sbrk.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index e2fdedde796..49a854148bf 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -33,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
33 33
34#include "syssignal.h" 34#include "syssignal.h"
35 35
36extern char *sbrk ();
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__