Fixed prototype mismatch reported by MDT

This commit is contained in:
Steve Chamberlain 1992-02-07 21:07:18 +00:00
parent b9c3a64afe
commit 31bc9fde33
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ char *EXFUN(mktemp,(CONST char*));
extern int EXFUN(fflush,(FILE *));
extern int EXFUN(write,(int, CONST char *, int));
extern int EXFUN(index,(CONST char *, char c));
extern int EXFUN(abort,(void));
extern void EXFUN(abort,(void));
extern int EXFUN(close,(int));
extern int EXFUN(fcntl,(int des, int cmd, int e));
extern int EXFUN(fprintf,(FILE *,char *,...));

View File

@ -1277,7 +1277,7 @@ typedef struct bfd_target
SDEF (void, _bfd_debug_info_end, (bfd *));
SDEF (void, _bfd_debug_info_accumulate, (bfd *, struct sec *));
SDEF (bfd_byte *, _bfd_get_relocated_section_contents, (bfd*,struct bfd_seclet_struct *));
SDEF (boolean,_bfd_relax_section,(bfd *, struct sec *, struct symbol_cache_entry **, struct bfd_seclet_struct *));
SDEF (boolean,_bfd_relax_section,(bfd *, struct sec *, struct symbol_cache_entry **));
SDEF(void, _bfd_coff_swap_aux_in,(
bfd *abfd ,
PTR ext,