diff options
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 8346b55..c93b700 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -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 (); |