diff options
author | mini <mini@FreeBSD.org> | 2002-09-16 08:45:36 +0000 |
---|---|---|
committer | mini <mini@FreeBSD.org> | 2002-09-16 08:45:36 +0000 |
commit | a116d71409b73921e6c8eaeff74e2bca19168232 (patch) | |
tree | 6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libkse/thread/thr_mutex_protocol.c | |
parent | bd0063350a2e7155bdf2ba0b707efbe263a8e6c7 (diff) | |
download | FreeBSD-src-a116d71409b73921e6c8eaeff74e2bca19168232.zip FreeBSD-src-a116d71409b73921e6c8eaeff74e2bca19168232.tar.gz |
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
Diffstat (limited to 'lib/libkse/thread/thr_mutex_protocol.c')
-rw-r--r-- | lib/libkse/thread/thr_mutex_protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_mutex_protocol.c b/lib/libkse/thread/thr_mutex_protocol.c index 4d020d6..f7be5a6 100644 --- a/lib/libkse/thread/thr_mutex_protocol.c +++ b/lib/libkse/thread/thr_mutex_protocol.c @@ -35,7 +35,7 @@ #include <stdlib.h> #include <errno.h> #include <pthread.h> -#include "pthread_private.h" +#include "thr_private.h" __weak_reference(_pthread_mutexattr_getprotocol, pthread_mutexattr_getprotocol); __weak_reference(_pthread_mutexattr_setprotocol, pthread_mutexattr_setprotocol); |