about summary refs log tree commit diff
path: root/sysdeps/posix/pread64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/pread64.c')
-rw-r--r--sysdeps/posix/pread64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/pread64.c b/sysdeps/posix/pread64.c
index f28ef31329..68ef9cbbcc 100644
--- a/sysdeps/posix/pread64.c
+++ b/sysdeps/posix/pread64.c
@@ -58,5 +58,6 @@ __libc_pread64 (int fd, void *buf, size_t nbyte, off64_t offset)
 
 #ifndef __libc_pread64
 weak_alias (__libc_pread64, __pread64)
+libc_hidden_weak (__pread64)
 weak_alias (__libc_pread64, pread64)
 #endif