(__lseek): Add libc_hidden_def.

This commit is contained in:
Ulrich Drepper 2002-12-31 20:40:18 +00:00
parent db16023193
commit ff1d023da3

View File

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