blob: 292b9f36ecdd537dd38bd6b50cab0f1a439da180 [file] [log] [blame]
Greg Hackmann3f3f6c52016-01-27 17:13:51 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(adjtimex)
6 movl $__NR_adjtimex, %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(adjtimex)