summaryrefslogtreecommitdiff
path: root/src/unistd/mipsn32/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/mipsn32/lseek.c')
-rw-r--r--src/unistd/mipsn32/lseek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unistd/mipsn32/lseek.c b/src/unistd/mipsn32/lseek.c
index 60e74a51..0f6cbcaa 100644
--- a/src/unistd/mipsn32/lseek.c
+++ b/src/unistd/mipsn32/lseek.c
@@ -17,4 +17,3 @@ off_t __lseek(int fd, off_t offset, int whence)
}
weak_alias(__lseek, lseek);
-weak_alias(__lseek, lseek64);