diff options
Diffstat (limited to 'libio/iofputs.c')
-rw-r--r-- | libio/iofputs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/iofputs.c b/libio/iofputs.c index 379f9b0695..c40efc0644 100644 --- a/libio/iofputs.c +++ b/libio/iofputs.c @@ -42,7 +42,6 @@ _IO_fputs (const char *str, _IO_FILE *fp) } libc_hidden_def (_IO_fputs) -#ifdef weak_alias weak_alias (_IO_fputs, fputs) # ifndef _IO_MTSAFE_IO @@ -51,4 +50,3 @@ libc_hidden_def (__fputs_unlocked) weak_alias (_IO_fputs, fputs_unlocked) libc_hidden_ver (_IO_fputs, fputs_unlocked) # endif -#endif |