blob: 694216e283d71ff066c3f1d7f6e2899bd803b8a6 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/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
orq $-1, %rax
1:
ret
END(__timer_settime)
.hidden _C_LABEL(__timer_settime)