summaryrefslogtreecommitdiff
path: root/include/pthread/pthreadtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread/pthreadtypes.h')
-rw-r--r--include/pthread/pthreadtypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pthread/pthreadtypes.h b/include/pthread/pthreadtypes.h
index 33bd009..d8aed4d 100644
--- a/include/pthread/pthreadtypes.h
+++ b/include/pthread/pthreadtypes.h
@@ -77,6 +77,12 @@ enum __pthread_mutex_type
__PTHREAD_MUTEX_RECURSIVE
};
+enum __pthread_mutex_robustness
+ {
+ __PTHREAD_MUTEX_STALLED,
+ __PTHREAD_MUTEX_ROBUST = 0x100
+ };
+
#include <bits/mutex-attr.h>
typedef struct __pthread_mutexattr pthread_mutexattr_t;