Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
602b4e482ce7bfa768a4c84baffc3051eca52346
/
.
/
libc
/
arch-arm64
/
syscalls
/
__timer_create.S
blob: a5e69e35f9d6a3e23f74d0d722b0edfb91f40b68 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
__timer_create
)
mov x8
,
__NR_timer_create
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno
ret
END
(
__timer_create
)
.hidden __timer_create