Change abort() to a function return void to match usage on SVR4.
authorFred Fish <fnf@specifix.com>
Sat, 11 Jan 1992 01:46:29 +0000 (01:46 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 11 Jan 1992 01:46:29 +0000 (01:46 +0000)
bfd/hosts/amix.h
bfd/hosts/i386v4.h

index df6895443fe155cb1a90bb69d9b57546ef9c0d18..1dd5cc91487bcb7f0039cfb3476526f3cb5be859 100644 (file)
@@ -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*));
index 2e8fa448668690dbe524de9959e5cd86a6654050..b253b184ba9385d7ac22745fee972dee5423641c 100644 (file)
@@ -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*));