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