Define __libc_lseek alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:55:49 +0000 (03:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:55:49 +0000 (03:55 +0000)
sysdeps/unix/sysv/aix/lseek.c

index 99a6fb5..387ebd0 100644 (file)
@@ -6,3 +6,4 @@ __lseek (int fd, off_t offset, int whence)
 {
   return lseek (fd, offset, whence);
 }
+strong_alias (__lseek, __libc_lseek)