diff options
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 81c067c..1802632 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -9,7 +9,7 @@ #else extern int memset(); #endif - +#include <stddef.h> #include <ctype.h> #include <string.h> @@ -21,11 +21,11 @@ extern char *realloc(); extern char *strrchr(); extern int _filbuf(); extern int _flsbuf(); -extern int abort(); +/*extern int abort();*/ extern int bcopy(); extern int bzero(); extern int bzero(); -extern int exit(); +/*extern int exit();*/ extern int fclose(); extern int fprintf(); extern int fread(); |