Define __libc_lseek alias.

This commit is contained in:
Ulrich Drepper 2000-12-05 03:55:49 +00:00
parent 74c9e7dc5a
commit c4aa3b70bc
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ __lseek (int fd, off_t offset, int whence)
{
return lseek (fd, offset, whence);
}
strong_alias (__lseek, __libc_lseek)