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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 9863a3b..0453864 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -117,7 +117,7 @@ struct pthread_mutex {
int m_protocol;
TAILQ_HEAD(mutex_head, pthread) m_queue;
struct pthread *m_owner;
- long m_flags;
+ int m_flags;
int m_count;
int m_refcount;
@@ -152,7 +152,7 @@ struct pthread_mutex_attr {
enum pthread_mutextype m_type;
int m_protocol;
int m_ceiling;
- long m_flags;
+ int m_flags;
};
#define PTHREAD_MUTEXATTR_STATIC_INITIALIZER \
OpenPOWER on IntegriCloud