mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* sysdeps/unix/sysv/linux/pread.c: Fix typo.
This commit is contained in:
@ -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) \
|
||||
|
Reference in New Issue
Block a user