]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__lseek): Add libc_hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 20:40:18 +0000 (20:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 20:40:18 +0000 (20:40 +0000)
sysdeps/unix/sysv/aix/lseek.c

index 387ebd0de8ef1f7ada1c76afd8b495bdf5871f95..d4cbdbe7027dfa050685182f643cafc952b1592e 100644 (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)