summaryrefslogtreecommitdiff
path: root/include/pthread/pthreadtypes.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-12-29 15:01:46 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-12-29 15:01:46 +0100
commit218db6679aea0dcf05fb60566cef6e18f706d9ba (patch)
tree3099f55335743748ff18bd435e4de25b22c8f54a /include/pthread/pthreadtypes.h
parent0a69b89843ec466fa20c994a29d13de6a45c3acb (diff)
parent7d4a84731cd80a1ef711c83535c6340f0e2b143f (diff)
Merge branch 'master' into 2.262.26
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;