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_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libpthread/thread/thr_private.h') diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 97b30b703092b..4db52d98b9bfa 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -34,8 +34,8 @@ * $FreeBSD$ */ -#ifndef _PTHREAD_PRIVATE_H -#define _PTHREAD_PRIVATE_H +#ifndef _THR_PRIVATE_H +#define _THR_PRIVATE_H /* * Evaluate the storage class specifier. @@ -1332,4 +1332,4 @@ extern void ___longjmp(jmp_buf, int) __dead2; #endif __END_DECLS -#endif /* !_PTHREAD_PRIVATE_H */ +#endif /* !_THR_PRIVATE_H */ -- cgit v1.2.3