Add missing symbol pthread_set_name_np.

This commit is contained in:
David Xu 2006-01-23 06:11:23 +00:00
parent 90158aee27
commit 5f9df00649
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154703

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)