about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/pread.c')
-rw-r--r--sysdeps/unix/sysv/linux/pread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/pread.c b/sysdeps/unix/sysv/linux/pread.c
index 86c6dd157f..3634a70af6 100644
--- a/sysdeps/unix/sysv/linux/pread.c
+++ b/sysdeps/unix/sysv/linux/pread.c
@@ -56,7 +56,7 @@ __libc_pread (fd, buf, count, offset)
   return result;
 }
 
-strong_alias (__libc_pread, pread)
+strong_alias (__libc_pread, __pread)
 weak_alias (__libc_pread, pread)
 
 # define __libc_pread(fd, buf, count, offset) \