diff options
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r-- | bfd/libaout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h index 274207de02f..eb9c052cc98 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -618,7 +618,7 @@ extern bfd_boolean NAME (aout, bfd_free_cached_info) #ifndef aout_32_bfd_is_target_special_symbol #define aout_32_bfd_is_target_special_symbol \ - ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) + ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false_any) #endif #ifndef WRITE_HEADERS |