clarify the purpose of this project
[nyanglibc.git] / nptl / thrd_exit.s
blobe4fe4ecef65eabe05fc54d532eaa09ca98d97068
1 .text
2 .p2align 4,,15
3 .globl thrd_exit
4 .type thrd_exit, @function
5 thrd_exit:
6 subq $8, %rsp
7 movslq %edi, %rdi
8 call __pthread_exit@PLT
9 .size thrd_exit, .-thrd_exit