clarify the purpose of this project
[nyanglibc.git] / nptl / old_pthread_cond_destroy.shared.s
blob7f8cafac42665a9a9ebeee3234c14f9e37acdd2d
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 .symver __pthread_cond_destroy_2_0,pthread_cond_destroy@GLIBC_2.2.5
7 #NO_APP
8 .p2align 4,,15
9 .globl __pthread_cond_destroy_2_0
10 .type __pthread_cond_destroy_2_0, @function
11 __pthread_cond_destroy_2_0:
12 subq $8, %rsp
13 movq (%rdi), %rdi
14 call free@PLT
15 xorl %eax, %eax
16 addq $8, %rsp
17 ret
18 .size __pthread_cond_destroy_2_0, .-__pthread_cond_destroy_2_0