diff options
Diffstat (limited to 'bfd/hosts/amix.h')
-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,()); |