diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:33:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 16:33:57 +0000 |
commit | bef248950aa7624e21c404948e8e5a7a3f2b83b7 (patch) | |
tree | f2f3a5106e28a44ab2961ff5d89d26e71e28e243 /sysdeps | |
parent | f16d401988a32de982e2ba8054f14b1fb94f2000 (diff) | |
download | glibc-bef248950aa7624e21c404948e8e5a7a3f2b83b7.tar.gz glibc-bef248950aa7624e21c404948e8e5a7a3f2b83b7.tar.xz glibc-bef248950aa7624e21c404948e8e5a7a3f2b83b7.zip |
Update.
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/pread.c | 2 |
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) \ |