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