clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_condattr_init.s
blob8d8acd5e67daaae96ef8fc4f2896536564027c53
1 .text
2 .p2align 4,,15
3 .globl __pthread_condattr_init
4 .type __pthread_condattr_init, @function
5 __pthread_condattr_init:
6 movl $0, (%rdi)
7 xorl %eax, %eax
8 ret
9 .size __pthread_condattr_init, .-__pthread_condattr_init
10 .globl pthread_condattr_init
11 .set pthread_condattr_init,__pthread_condattr_init