Add missing symbol pthread_set_name_np.
This commit is contained in:
parent
e00a5cdab0
commit
3172ccca0f
@ -38,6 +38,8 @@
|
||||
|
||||
#include "thr_private.h"
|
||||
|
||||
__weak_reference(_pthread_set_name_np, pthread_set_name_np);
|
||||
|
||||
/* Set the thread name for debug. */
|
||||
void
|
||||
_pthread_set_name_np(pthread_t thread, char *name)
|
||||
|
Loading…
Reference in New Issue
Block a user