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