From 5baf85b6c555500c1d605eef862139479cb61ceb Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 11 Jan 1992 01:46:29 +0000 Subject: [PATCH] Change abort() to a function return void to match usage on SVR4. --- bfd/hosts/amix.h | 2 +- bfd/hosts/i386v4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index df6895443fe..1dd5cc91487 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.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*)); diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 2e8fa448668..b253b184ba9 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*)); -- 2.30.2