mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
(__lseek): Add libc_hidden_def.
This commit is contained in:
parent
db16023193
commit
ff1d023da3
@ -7,3 +7,4 @@ __lseek (int fd, off_t offset, int whence)
|
||||
return lseek (fd, offset, whence);
|
||||
}
|
||||
strong_alias (__lseek, __libc_lseek)
|
||||
libc_hidden_def (__lseek)
|
||||
|
Loading…
Reference in New Issue
Block a user