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