summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index f8232d1a..689ef775 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -231,7 +231,7 @@ struct thread {
#endif /* NCPUS > 1 */
#if MACH_LOCK_MON
- int lock_stack;
+ unsigned lock_stack;
#endif
};