diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-30 01:40:25 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-30 01:40:25 +0000 |
commit | 0ccc65ec790860deb3630665bfacafbe71ffd5b1 (patch) | |
tree | 031b5dc99adcac0761b2d6ca08cdf112970c5510 /gas/config/ho-sunos.h | |
parent | 84123aa604b86150af2c690e2c795b27ece9fea8 (diff) | |
download | gdb-0ccc65ec790860deb3630665bfacafbe71ffd5b1.zip gdb-0ccc65ec790860deb3630665bfacafbe71ffd5b1.tar.gz gdb-0ccc65ec790860deb3630665bfacafbe71ffd5b1.tar.bz2 |
fix ANSI decl conflicts
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index bdaf2d5..2ba3360 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -24,7 +24,7 @@ #if !defined(__GNUC__) && (__STDC__ != 1) #include <memory.h> #else -extern int memset (); +extern char* memset (); #endif /* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */ @@ -46,11 +46,8 @@ extern int _flsbuf (); extern int fclose (); extern int fgetc (); extern int fprintf (); -extern int fread (); extern int free (); -extern int perror (); extern int printf (); -extern int rewind (); extern int setvbuf (); extern int sscanf (); extern int strcmp (); |