clarify the purpose of this project
[nyanglibc.git] / nptl / sem_destroy.s
blob0e3131b6c42cf9a06f92053fe730002e2ead757b
1 .text
2 .p2align 4,,15
3 .globl __new_sem_destroy
4 .type __new_sem_destroy, @function
5 __new_sem_destroy:
6 xorl %eax, %eax
7 ret
8 .size __new_sem_destroy, .-__new_sem_destroy
9 .weak sem_destroy
10 .set sem_destroy,__new_sem_destroy