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