* config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,

realloc, free, or atol.
This commit is contained in:
Ian Lance Taylor 1994-06-10 17:55:45 +00:00
parent 22aabad533
commit 726672c5a5
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,8 @@
Fri Jun 10 13:48:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
realloc, free, or atol.
Wed Jun 8 06:28:37 1994 Bill Cox (bill@cygnus.com)
* Makefile.in (check): Delete as.new dependency, so that

View file

@ -32,13 +32,10 @@ extern char* memset ();
#include <stddef.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
/* externs for system libraries. */
/*extern int abort();*/
/*extern int exit();*/
extern char *malloc ();
extern char *realloc ();
extern char *strchr ();
extern char *strrchr ();
extern int _filbuf ();
@ -46,7 +43,6 @@ extern int _flsbuf ();
extern int fclose ();
extern int fgetc ();
extern int fprintf ();
extern int free ();
extern int printf ();
extern int setvbuf ();
extern int sscanf ();
@ -57,7 +53,6 @@ extern int ungetc ();
extern int vfprintf ();
extern int vprintf ();
extern int vsprintf ();
extern long atol ();
#ifndef tolower
extern int tolower ();