blob: 116c6280b5efed493078cd5a4a10c4c2fe0d1253 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(timerfd_create)
.set noreorder
.cpload t9
li v0, __NR_timerfd_create
syscall
bnez a3, 1f
move a0, v0
j ra
nop
1:
la t9,__set_errno_internal
j t9
nop
.set reorder
END(timerfd_create)