Some broken software wants to deal with ld.so.cache.
[nyanglibc.git] / nptl / pthread_getconcurrency.s
blobf067c1e20d779a92f486024cf90aa7edf44c3b69
1 .text
2 .p2align 4,,15
3 .globl pthread_getconcurrency
4 .type pthread_getconcurrency, @function
5 pthread_getconcurrency:
6 movl __concurrency_level(%rip), %eax
7 ret
8 .size pthread_getconcurrency, .-pthread_getconcurrency