From cc118d869b950c0c5b934133ed4184e83d88553b Mon Sep 17 00:00:00 2001 From: Jonathan Mini Date: Mon, 16 Sep 2002 08:45:36 +0000 Subject: Make the changes needed for libpthread to compile in its new home. The new libpthread will provide POSIX threading support using KSE. These files were previously repo-copied from src/lib/libc_r. Reviewed by: deischen Approved by: -arch --- lib/libpthread/thread/thr_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/thread/thr_kern.c') diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 55296eb2ae255..5b196903d689b 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -49,7 +49,7 @@ #include #include #include -#include "pthread_private.h" +#include "thr_private.h" /* #define DEBUG_THREAD_KERN */ #ifdef DEBUG_THREAD_KERN -- cgit v1.2.3