clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_spin_unlock.shared.s
blobe0b9b9c0b4e340b040aed6e213fd74aa46d63048
1 .globl pthread_spin_unlock
2 .type pthread_spin_unlock,@function
3 .align 1<<4
4 pthread_spin_unlock:
5 movl $1, (%rdi)
6 xorl %eax, %eax
7 retq
8 .size pthread_spin_unlock,.-pthread_spin_unlock
9 .globl pthread_spin_init
10 pthread_spin_init = pthread_spin_unlock