summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 0099a94..2e370b9 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -371,7 +371,7 @@ struct pthread {
sigset_t sigmask;
/* Thread state: */
- umtx_t state;
+ enum pthread_state state;
/*
* Error variable used instead of errno. The function __error()
OpenPOWER on IntegriCloud