Add missing symbol pthread_set_name_np.

This commit is contained in:
davidxu 2006-01-23 06:11:23 +00:00
parent e00a5cdab0
commit 3172ccca0f

View File

@ -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)