clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_mutexattr_gettype.s
blob6b2223ac2f585d8450d08a68d14cf8a445da8516
1 .text
2 .p2align 4,,15
3 .globl pthread_mutexattr_gettype
4 .type pthread_mutexattr_gettype, @function
5 pthread_mutexattr_gettype:
6 movl (%rdi), %eax
7 andl $251661823, %eax
8 movl %eax, (%rsi)
9 xorl %eax, %eax
10 ret
11 .size pthread_mutexattr_gettype, .-pthread_mutexattr_gettype
12 .weak pthread_mutexattr_getkind_np
13 .set pthread_mutexattr_getkind_np,pthread_mutexattr_gettype