summaryrefslogtreecommitdiff
path: root/libio/feof.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/feof.c')
-rw-r--r--libio/feof.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libio/feof.c b/libio/feof.c
index 34ca1da161..23674704d6 100644
--- a/libio/feof.c
+++ b/libio/feof.c
@@ -36,11 +36,3 @@ _IO_feof (fp)
return result;
}
weak_alias (_IO_feof, feof)
-
-#ifdef _IO_MTSAFE_IO
-/* The feof 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). */
-
-weak_alias (_IO_feof, feof_locked)
-#endif