clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_spin_unlock.s
blobd4f48f493ec16387a95eb9e038ffe0c778456838
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