summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1999-01-15 00:21:03 +0000
committerJohn Birrell <jb@FreeBSD.org>1999-01-15 00:21:03 +0000
commit0883c4c31b6d3d03d3ef365607c6728528cb62a8 (patch)
treef06576ef95c14d2a7c38249c0c8fa3a62db50239 /lib/libpthread
parent118537f287679c354516767d551eca334f0cf343 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/thread/thr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index e73f4f16381b..2d7e723bbfa1 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -447,7 +447,7 @@ struct pthread {
int signo;
/* Miscellaneous data. */
- char flags;
+ int flags;
#define PTHREAD_EXITING 0x0100
char pthread_priority;
void *ret;