blob: 2c3e2cf786c63bedba22c3e07dfd409a9350308f [file] [log] [blame]
Todd Poynor4200e622013-05-08 20:21:00 -07001/* autogenerated by gensyscalls.py */
2#include <asm/unistd.h>
3#include <linux/err.h>
4#include <machine/asm.h>
5
6ENTRY(timerfd_gettime)
7 mov ip, r7
8 ldr r7, =__NR_timerfd_gettime
9 swi #0
10 mov r7, ip
11 cmn r0, #(MAX_ERRNO + 1)
12 bxls lr
13 neg r0, r0
14 b __set_errno
15END(timerfd_gettime)