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