mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-19 09:20:07 +00:00
Define pread64 alias.
This commit is contained in:
parent
42696fe77f
commit
6e7c7c2186
@ -25,3 +25,4 @@ __pread64 (int fd, void *buf, size_t len, off64_t off)
|
||||
{
|
||||
return kpread (fd, buf, len, off);
|
||||
}
|
||||
weak_alias (__pread64, pread64)
|
||||
|
Loading…
Reference in New Issue
Block a user