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