diff options
Diffstat (limited to 'src/lib/libc/include/thread_private.h')
-rw-r--r-- | src/lib/libc/include/thread_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index c4c4ffe6e4..6b04fd9f75 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: thread_private.h,v 1.5 2000/09/08 06:11:36 brad Exp $ */ | 1 | /* $OpenBSD: thread_private.h,v 1.6 2001/01/04 21:45:30 todd Exp $ */ |
2 | 2 | ||
3 | #ifndef _THREAD_PRIVATE_H_ | 3 | #ifndef _THREAD_PRIVATE_H_ |
4 | #define _THREAD_PRIVATE_H_ | 4 | #define _THREAD_PRIVATE_H_ |
@@ -6,7 +6,7 @@ | |||
6 | #include <pthread.h> | 6 | #include <pthread.h> |
7 | 7 | ||
8 | /* | 8 | /* |
9 | * This variable is initally 0 when there is exactly one thread. | 9 | * This variable is initially 0 when there is exactly one thread. |
10 | * It should never decrease. | 10 | * It should never decrease. |
11 | */ | 11 | */ |
12 | extern int __isthreaded; | 12 | extern int __isthreaded; |