mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
Define pread alias.
This commit is contained in:
parent
ba2df8a934
commit
42696fe77f
@ -25,3 +25,4 @@ __pread (int fd, void *buf, size_t len, off_t off)
|
||||
{
|
||||
return kpread (fd, buf, len, off);
|
||||
}
|
||||
weak_alias (__pread, pread)
|
||||
|
Loading…
Reference in New Issue
Block a user