mirror of git://sourceware.org/git/glibc.git
Define __libc_lseek alias.
This commit is contained in:
parent
74c9e7dc5a
commit
c4aa3b70bc
|
@ -6,3 +6,4 @@ __lseek (int fd, off_t offset, int whence)
|
||||||
{
|
{
|
||||||
return lseek (fd, offset, whence);
|
return lseek (fd, offset, whence);
|
||||||
}
|
}
|
||||||
|
strong_alias (__lseek, __libc_lseek)
|
||||||
|
|
Loading…
Reference in New Issue