clarify the purpose of this project
[nyanglibc.git] / time / stime.shared.s
blobab4eca56296cf94c9b8fef7e5bc7c71aae3147f0
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 .symver __stime,stime@GLIBC_2.2.5
7 #NO_APP
8 .section .text.compat,"ax",@progbits
9 .p2align 4,,15
10 .globl __stime
11 .type __stime, @function
12 __stime:
13 subq $24, %rsp
14 movq (%rdi), %rax
15 xorl %edi, %edi
16 movq %rsp, %rsi
17 movq $0, 8(%rsp)
18 movq %rax, (%rsp)
19 call __GI___clock_settime
20 addq $24, %rsp
21 ret
22 .size __stime, .-__stime