diff options
Diffstat (limited to 'libio/iofgets.c')
-rw-r--r-- | libio/iofgets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/iofgets.c b/libio/iofgets.c index 8643e7c6cc..232d28ef81 100644 --- a/libio/iofgets.c +++ b/libio/iofgets.c @@ -66,7 +66,6 @@ _IO_fgets (char *buf, int n, _IO_FILE *fp) return result; } -#ifdef weak_alias weak_alias (_IO_fgets, fgets) # ifndef _IO_MTSAFE_IO @@ -75,4 +74,3 @@ libc_hidden_def (__fgets_unlocked) weak_alias (_IO_fgets, fgets_unlocked) libc_hidden_weak (fgets_unlocked) # endif -#endif |