set errno when getpw*_r, getgr*_r, and getspnam_r fail
[musl] / src / thread / aarch64 / __set_thread_area.s
1 .global __set_thread_area
2 .type   __set_thread_area,@function
3 __set_thread_area:
4         msr tpidr_el0,x0
5         mov w0,#0
6         ret