summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2003-03-05 20:50:03 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2003-03-05 20:50:03 +0000
commit68d8899c0309bd2341d03c6fe68f93b2d750bc3e (patch)
tree474cc3c82c04024e3d6f526aa6c27f98db11a019 /lib/libpthread/thread
parent9b085129ae8adf666329eb6ca534f9d07572cf49 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/thr_attr_get_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_attr_get_np.c b/lib/libpthread/thread/thr_attr_get_np.c
index ba6fd19655fc..2a37f4d2c6f6 100644
--- a/lib/libpthread/thread/thr_attr_get_np.c
+++ b/lib/libpthread/thread/thr_attr_get_np.c
@@ -29,7 +29,7 @@
#include <string.h>
#include <pthread.h>
#include <pthread_np.h>
-#include "pthread_private.h"
+#include "thr_private.h"
__weak_reference(_pthread_attr_get_np, pthread_attr_get_np);