add pthread_getname_np function
commitbd3b9c4ca5e93f10f7fd891b8c07cc0c5dfd198f
authorÉrico Rolim <ericonr@disroot.org>
Tue, 20 Apr 2021 19:15:15 +0000 (20 16:15 -0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 Apr 2021 19:34:30 +0000 (20 15:34 -0400)
tree17a06c1c571c1bce713b6976959cef94110a7965
parente1a51185ceb4386481491e11f6dd39569b9e54f7
add pthread_getname_np function

based on the pthread_setname_np implementation
include/pthread.h
src/thread/pthread_getname_np.c [new file with mode: 0644]