clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_attr_getschedparam.shared.s
blob3a25a80ca167c19304a5d781fa9fc26f4e0a3db8
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl __pthread_attr_getschedparam
9 .type __pthread_attr_getschedparam, @function
10 __pthread_attr_getschedparam:
11 movl (%rdi), %eax
12 movl %eax, (%rsi)
13 xorl %eax, %eax
14 ret
15 .size __pthread_attr_getschedparam, .-__pthread_attr_getschedparam
16 .globl pthread_attr_getschedparam
17 .set pthread_attr_getschedparam,__pthread_attr_getschedparam