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:
90c7c72
)
* hosts/h-amix.h (free): Fix prototype.
author
John Gilmore
<gnu@cygnus>
Tue, 15 Oct 1991 21:52:18 +0000
(21:52 +0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 15 Oct 1991 21:52:18 +0000
(21:52 +0000)
bfd/hosts/amix.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/amix.h
b/bfd/hosts/amix.h
index 8ff179f2044d7f0bb66e86f25f9d11800c04e7c4..8481e94644adb79b97db0d7a81062d2c9bf3f78b 100644
(file)
--- a/
bfd/hosts/amix.h
+++ b/
bfd/hosts/amix.h
@@
-21,7
+21,7
@@
extern PROTO(int, abort,(void));
extern PROTO(int, close,(int));
extern PROTO(void, exit,(int));
extern PROTO(int, fclose,(FILE*));
-extern PROTO(
int,
free,(PTR));
+extern PROTO(
void,
free,(PTR));
extern PROTO(int, fseek,(FILE*, long, int));
extern PROTO(int, getgid,());
extern PROTO(int, getuid,());