diff options
Diffstat (limited to 'libio/fileno.c')
-rw-r--r-- | libio/fileno.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/fileno.c b/libio/fileno.c index b78d4a1461..d4d749d4d0 100644 --- a/libio/fileno.c +++ b/libio/fileno.c @@ -44,10 +44,8 @@ libc_hidden_def (__fileno) weak_alias (__fileno, fileno) libc_hidden_weak (fileno) -#ifdef weak_alias /* The fileno implementation for libio does not require locking because it only accesses once a single variable and this is already atomic (at least at thread level). Therefore we don't test _IO_MTSAFE_IO here. */ weak_alias (__fileno, fileno_unlocked) -#endif |