summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2003-03-05 20:50:03 +0000
committerphantom <phantom@FreeBSD.org>2003-03-05 20:50:03 +0000
commitc4af5dc8546a9f6b0483c1f5469b3039db258b95 (patch)
tree474cc3c82c04024e3d6f526aa6c27f98db11a019 /lib/libpthread
parent6cafd526f14d917ab82630ab992efc4e9a166dfc (diff)
downloadFreeBSD-src-c4af5dc8546a9f6b0483c1f5469b3039db258b95.zip
FreeBSD-src-c4af5dc8546a9f6b0483c1f5469b3039db258b95.tar.gz
Fix cut'n'paste error
Noticed by: julian
Diffstat (limited to 'lib/libpthread')
-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 ba6fd19..2a37f4d 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);
OpenPOWER on IntegriCloud