(__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 387ebd0..d4cbdbe 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)