Declare sbrk.

This commit is contained in:
Karl Heuer 1995-06-06 02:02:51 +00:00
parent 52ee0561df
commit ee1eea5cee

View file

@ -33,6 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "syssignal.h"
extern char *sbrk ();
/* The following come from gmalloc.c. */
#if defined (__STDC__) && __STDC__