diff options
Diffstat (limited to 'libio/iofflush.c')
-rw-r--r-- | libio/iofflush.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libio/iofflush.c b/libio/iofflush.c index af69486164..96cb49b2dc 100644 --- a/libio/iofflush.c +++ b/libio/iofflush.c @@ -44,7 +44,3 @@ _IO_fflush (fp) } weak_alias (_IO_fflush, fflush) - -#ifdef _IO_MTSAFE_IO -weak_alias (_IO_fflush, fflush_locked) -#endif |