From: John Gilmore Date: Tue, 15 Oct 1991 21:52:18 +0000 (+0000) Subject: * hosts/h-amix.h (free): Fix prototype. X-Git-Tag: gdb-4_18~23405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c8af913b22767a2ebe71ba89c50647a0ce2e4ee;p=external%2Fbinutils.git * hosts/h-amix.h (free): Fix prototype. --- 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,());