summaryrefslogtreecommitdiff
path: root/bits/confname.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/confname.h')
-rw-r--r--bits/confname.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bits/confname.h b/bits/confname.h
index 5836017c12..757ed4f3ca 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -524,6 +524,11 @@ enum
_SC_XOPEN_STREAMS,
#define _SC_XOPEN_STREAMS _SC_XOPEN_STREAMS
+
+ _SC_THREAD_ROBUST_PRIO_INHERIT,
+#define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
+ _SC_THREAD_ROBUST_PRIO_PROTECT,
+#define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT
};
/* Values for the NAME argument to `confstr'. */