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