clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_join.s
blobc6afc4ab0eeee6e43729a85ffe815298789cbb9c
1 .text
2 .p2align 4,,15
3 .globl __pthread_join
4 .type __pthread_join, @function
5 __pthread_join:
6 movl $1, %r8d
7 xorl %ecx, %ecx
8 xorl %edx, %edx
9 jmp __pthread_clockjoin_ex@PLT
10 .size __pthread_join, .-__pthread_join
11 .weak pthread_join
12 .set pthread_join,__pthread_join