diff options
Diffstat (limited to 'bfd/hosts/i386v4.h')
-rw-r--r-- | bfd/hosts/i386v4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 2e8fa44..b253b18 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -19,7 +19,7 @@ #define POSIX_UTIME #define HAVE_PROCFS /* This host has /proc support */ -extern PROTO(int, abort,(void)); +extern PROTO(void, abort,(void)); extern PROTO(int, close,(int)); extern PROTO(void, exit,(int)); extern PROTO(int, fclose,(FILE*)); |