clarify the purpose of this project
[nyanglibc.git] / time / ctime.shared.s
blobaeda51b04fa27c68deae5d3f80d2f41e8d59142d
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl ctime
9 .type ctime, @function
10 ctime:
11 subq $8, %rsp
12 call __GI_localtime
13 addq $8, %rsp
14 movq %rax, %rdi
15 jmp __GI_asctime
16 .size ctime, .-ctime