diff options
author | John Gilmore <gnu@cygnus> | 1991-10-15 21:52:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-15 21:52:18 +0000 |
commit | 8c8af913b22767a2ebe71ba89c50647a0ce2e4ee (patch) | |
tree | 8e9e0ad7931bf1b5eaee12d7b662e48651972234 | |
parent | 90c7c72088e88242b9688037f54a889f680c5c1e (diff) | |
download | gdb-8c8af913b22767a2ebe71ba89c50647a0ce2e4ee.zip gdb-8c8af913b22767a2ebe71ba89c50647a0ce2e4ee.tar.gz gdb-8c8af913b22767a2ebe71ba89c50647a0ce2e4ee.tar.bz2 |
* hosts/h-amix.h (free): Fix prototype.
-rw-r--r-- | bfd/hosts/amix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index 8ff179f..8481e94 100644 --- 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,()); |