bionic/libc/arch-x86_64/syscalls/__timer_settime.S

18 lines
352 B
ArmAsm
Raw Normal View History

/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(__timer_settime)
movq %rcx, %r10
movl $__NR_timer_settime, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
END(__timer_settime)
.hidden __timer_settime