Define pread64 alias.

This commit is contained in:
Ulrich Drepper 2000-12-05 03:58:15 +00:00
parent 42696fe77f
commit 6e7c7c2186
1 changed files with 1 additions and 0 deletions

View File

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