summaryrefslogtreecommitdiff
path: root/bits/confname.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 17:03:42 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 17:03:42 -0800
commit0b689682ad2705f57177f12158479036fcbf9563 (patch)
tree8dbfa54597da0a1b3551e600ec7bbd9f913422a3 /bits/confname.h
parent78ee21859939ff75ccf8bbe00499b0c462df2e2d (diff)
Make unistd.h pre-c((-safe.
Diffstat (limited to 'bits/confname.h')
-rw-r--r--bits/confname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/confname.h b/bits/confname.h
index 9d4e006d5f..45fcafbff9 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -527,7 +527,7 @@ enum
_SC_THREAD_ROBUST_PRIO_INHERIT,
#define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT
- _SC_THREAD_ROBUST_PRIO_PROTECT,
+ _SC_THREAD_ROBUST_PRIO_PROTECT
#define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT
};