summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/pread.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-21 16:33:57 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-21 16:33:57 +0000
commitbef248950aa7624e21c404948e8e5a7a3f2b83b7 (patch)
treef2f3a5106e28a44ab2961ff5d89d26e71e28e243 /sysdeps/unix/sysv/linux/pread.c
parentf16d401988a32de982e2ba8054f14b1fb94f2000 (diff)
Update.
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
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) \