projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81059e
)
Change abort() to a function return void to match usage on SVR4.
author
Fred Fish
<fnf@specifix.com>
Sat, 11 Jan 1992 01:46:29 +0000
(
01:46
+0000)
committer
Fred Fish
<fnf@specifix.com>
Sat, 11 Jan 1992 01:46:29 +0000
(
01:46
+0000)
bfd/hosts/amix.h
patch
|
blob
|
history
bfd/hosts/i386v4.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/amix.h
b/bfd/hosts/amix.h
index df6895443fe155cb1a90bb69d9b57546ef9c0d18..1dd5cc91487bcb7f0039cfb3476526f3cb5be859 100644
(file)
--- 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 2e8fa448668690dbe524de9959e5cd86a6654050..b253b184ba9385d7ac22745fee972dee5423641c 100644
(file)
--- 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*));