diff options
Diffstat (limited to 'libio/iofclose.c')
-rw-r--r-- | libio/iofclose.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofclose.c b/libio/iofclose.c index 7a8b89f..259e318 100644 --- a/libio/iofclose.c +++ b/libio/iofclose.c @@ -79,6 +79,7 @@ _IO_new_fclose (FILE *fp) return status; } +libc_hidden_def (_IO_new_fclose) versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1); strong_alias (_IO_new_fclose, __new_fclose) |