Define pread alias.

This commit is contained in:
Ulrich Drepper 2000-12-05 03:57:44 +00:00
parent ba2df8a934
commit 42696fe77f

View File

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