summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
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