blob: 4ccf1a634a3e16d21241e6293e5f5c21810b0a9f [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 pushl %ebx
7 .cfi_def_cfa_offset 8
8 .cfi_rel_offset ebx, 0
9 pushl %ecx
10 .cfi_adjust_cfa_offset 4
11 .cfi_rel_offset ecx, 0
Mingwei Shibe910522015-11-12 07:02:14 +000012
13 call __kernel_syscall
14 pushl %eax
15 .cfi_adjust_cfa_offset 4
16 .cfi_rel_offset eax, 0
17
18 mov 16(%esp), %ebx
19 mov 20(%esp), %ecx
Elliott Hughes5f26c6b2016-02-03 13:19:10 -080020 movl $__NR_clock_adjtime, %eax
Mingwei Shibe910522015-11-12 07:02:14 +000021 call *(%esp)
22 addl $4, %esp
23
Elliott Hughes5f26c6b2016-02-03 13:19:10 -080024 cmpl $-MAX_ERRNO, %eax
25 jb 1f
26 negl %eax
27 pushl %eax
28 call __set_errno_internal
29 addl $4, %esp
301:
31 popl %ecx
32 popl %ebx
33 ret
34END(clock_adjtime)