about summary refs log tree commit diff
path: root/libio/iofread_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofread_u.c')
-rw-r--r--libio/iofread_u.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofread_u.c b/libio/iofread_u.c
index 527af10de2..98c7ffdd16 100644
--- a/libio/iofread_u.c
+++ b/libio/iofread_u.c
@@ -45,3 +45,4 @@ fread_unlocked (buf, size, count, fp)
   bytes_read = INTUSE(_IO_sgetn) (fp, (char *) buf, bytes_requested);
   return bytes_requested == bytes_read ? count : bytes_read / size;
 }
+libc_hidden_def (fread_unlocked)