summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 15:52:46 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 15:52:46 -0800
commit402cd98775db1478f64c9b0dbe00664b89eb2773 (patch)
tree6f31d3ded0c66326d28e0fa447fc51f586c0ff03 /nptl/Versions
parent346bc35c33fa08e23d7774d374b0e2586ca5dab6 (diff)
Actually define pthread_mutex_consistent.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 09098bf987..dcdd5eb3be 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -244,6 +244,10 @@ libpthread {
pthread_sigqueue;
};
+ GLIBC_2.12 {
+ pthread_mutex_consistent;
+ };
+
GLIBC_PRIVATE {
__pthread_initialize_minimal;
__pthread_clock_gettime; __pthread_clock_settime;