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