]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 99a6fb50b154f0110bad79d8ea7b1244791b64af..387ebd0de8ef1f7ada1c76afd8b495bdf5871f95 100644 (file)
@@ -6,3 +6,4 @@ __lseek (int fd, off_t offset, int whence)
 {
   return lseek (fd, offset, whence);
 }
+strong_alias (__lseek, __libc_lseek)