clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_attr_getguardsize.shared.s
blob5f45d4019427fa7094a7c5acd9cb43fb86eaf6fa
1 .text
2 .p2align 4,,15
3 .globl pthread_attr_getguardsize
4 .type pthread_attr_getguardsize, @function
5 pthread_attr_getguardsize:
6 movq 16(%rdi), %rax
7 movq %rax, (%rsi)
8 xorl %eax, %eax
9 ret
10 .size pthread_attr_getguardsize, .-pthread_attr_getguardsize