summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r--lib/libthr/thread/thr_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index b02df32..6048bd0 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -426,6 +426,7 @@ struct pthread {
u_int64_t uniqueid; /* for gdb */
thr_id_t thr_id;
sigset_t savedsig;
+ int crit_ref; /* crit. section netsting level */
/*
* Lock for accesses to this thread structure.
OpenPOWER on IntegriCloud