clarify the purpose of this project
[nyanglibc.git] / misc / adjtimex.s
blobf312a990f0057e6147c030dbdc1006430c211209
1 .text
2 .p2align 4,,15
3 .globl ___adjtimex
4 .type ___adjtimex, @function
5 ___adjtimex:
6 movq %rdi, %rsi
7 xorl %edi, %edi
8 jmp __clock_adjtime
9 .size ___adjtimex, .-___adjtimex
10 .weak ntp_adjtime
11 .set ntp_adjtime,___adjtimex
12 .weak adjtimex
13 .set adjtimex,___adjtimex
14 .globl __adjtimex
15 .hidden __adjtimex
16 .set __adjtimex,___adjtimex
17 .hidden __clock_adjtime