blob: 2528355672c5afe5ef2df165ba78a06dcc7f284a [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Todd Poynor4200e622013-05-08 20:21:00 -07003#include <asm/unistd.h>
4 .text
5 .globl timerfd_create
6 .align 4
7 .ent timerfd_create
8
9timerfd_create:
10 .set noreorder
11 .cpload $t9
12 li $v0, __NR_timerfd_create
13 syscall
14 bnez $a3, 1f
15 move $a0, $v0
16 j $ra
17 nop
181:
19 la $t9,__set_errno
20 j $t9
21 nop
22 .set reorder
23 .end timerfd_create