remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / unistd / lseek.c
index b4984f3..f5b6668 100644 (file)
@@ -12,4 +12,3 @@ off_t __lseek(int fd, off_t offset, int whence)
 }
 
 weak_alias(__lseek, lseek);
-weak_alias(__lseek, lseek64);