clarify the purpose of this project
[nyanglibc.git] / nptl / thrd_current.s
blob8b3354ac761ce83dee303ffeb78fb31445ee6cea
1 .text
2 .p2align 4,,15
3 .globl thrd_current
4 .type thrd_current, @function
5 thrd_current:
6 movq %fs:16, %rax
7 ret
8 .size thrd_current, .-thrd_current