From a116d71409b73921e6c8eaeff74e2bca19168232 Mon Sep 17 00:00:00 2001 From: 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_pselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/thread/thr_pselect.c') diff --git a/lib/libpthread/thread/thr_pselect.c b/lib/libpthread/thread/thr_pselect.c index 5a3d378..af22337 100644 --- a/lib/libpthread/thread/thr_pselect.c +++ b/lib/libpthread/thread/thr_pselect.c @@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pthread_private.h" +#include "thr_private.h" extern int __pselect(int count, fd_set *rfds, fd_set *wfds, fd_set *efds, const struct timespec *timo, const sigset_t *mask); -- cgit v1.1