add pthread_setname_np
authorFelix Janda <felix.janda@posteo.de>
Sat, 17 Sep 2016 00:54:00 +0000 (20:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 05:48:27 +0000 (01:48 -0400)
commit8fb28b0b3e7a5e958fb844722a4b2ef9bc244af1
tree87e0d423b4fffd636fd305667802243a12dd88f7
parent3ca2d2d4aef910663785fe232d7d2127a22d8a84
add pthread_setname_np

the thread name is displayed by gdb's "info threads".
include/pthread.h
src/thread/pthread_setname_np.c [new file with mode: 0644]