blob: 6d530a21f2c5ce679245dfce5f68af966abd4a73 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(clock_nanosleep)
mov ip, r7
ldr r7, =__NR_clock_nanosleep
swi #0
mov r7, ip
movs r0, r0
bxpl lr
b __set_syscall_errno
END(clock_nanosleep)