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