1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
This commit is contained in:
Ulrich Drepper
1999-12-21 16:33:57 +00:00
parent f16d401988
commit bef248950a
3 changed files with 5 additions and 2 deletions

View File

@ -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) \