blob: 0601930a59ba767cc1535336400402c69e379a46 [file] [log] [blame]
Elliott Hughes5f26c6b2016-02-03 13:19:10 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(clock_adjtime)
6 movl $__NR_clock_adjtime, %eax
7 syscall
8 cmpq $-MAX_ERRNO, %rax
9 jb 1f
10 negl %eax
11 movl %eax, %edi
12 call __set_errno_internal
131:
14 ret
15END(clock_adjtime)