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