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