blob: b5ac003cf8a58984bba652856b9d8a45e6680a6a [file] [log] [blame]
Todd Poynor4200e622013-05-08 20:21:00 -07001/* autogenerated by gensyscalls.py */
2#include <asm/unistd.h>
3 .text
4 .globl timerfd_create
5 .align 4
6 .ent timerfd_create
7
8timerfd_create:
9 .set noreorder
10 .cpload $t9
11 li $v0, __NR_timerfd_create
12 syscall
13 bnez $a3, 1f
14 move $a0, $v0
15 j $ra
16 nop
171:
18 la $t9,__set_errno
19 j $t9
20 nop
21 .set reorder
22 .end timerfd_create