summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
committermini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
commita116d71409b73921e6c8eaeff74e2bca19168232 (patch)
tree6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libpthread/thread/thr_private.h
parentbd0063350a2e7155bdf2ba0b707efbe263a8e6c7 (diff)
downloadFreeBSD-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/libpthread/thread/thr_private.h')
-rw-r--r--lib/libpthread/thread/thr_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 97b30b7..4db52d9 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 */
OpenPOWER on IntegriCloud