bionic/libc/arch-arm/syscalls/timer_create.S
The Android Open Source Project a27d2baa0c Initial Contribution
2008-10-21 07:00:00 -07:00

20 lines
380 B
ArmAsm

/* autogenerated by gensyscalls.py */
#include <sys/linux-syscalls.h>
.text
.type timer_create, #function
.globl timer_create
.align 4
.fnstart
timer_create:
.save {r4, r7}
stmfd sp!, {r4, r7}
ldr r7, =__NR_timer_create
swi #0
ldmfd sp!, {r4, r7}
movs r0, r0
bxpl lr
b __set_syscall_errno
.fnend