diff options
Diffstat (limited to 'libc/arch-mips/syscalls/lseek.S')
| -rw-r--r-- | libc/arch-mips/syscalls/lseek.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-mips/syscalls/lseek.S b/libc/arch-mips/syscalls/lseek.S index 82c2776..21abe1c 100644 --- a/libc/arch-mips/syscalls/lseek.S +++ b/libc/arch-mips/syscalls/lseek.S @@ -2,6 +2,8 @@ #include <private/bionic_asm.h> + .hidden __set_errno + ENTRY(lseek) .set noreorder .cpload t9 |
