clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_condattr_init.shared.s
blob0563b1590ebc5f0cf57183de533188c79ee3d30d
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 __pthread_condattr_init
9 .type __pthread_condattr_init, @function
10 __pthread_condattr_init:
11 movl $0, (%rdi)
12 xorl %eax, %eax
13 ret
14 .size __pthread_condattr_init, .-__pthread_condattr_init
15 .globl pthread_condattr_init
16 .set pthread_condattr_init,__pthread_condattr_init