about summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 16:46:32 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 16:46:32 -0800
commit78ee21859939ff75ccf8bbe00499b0c462df2e2d (patch)
tree58642e125de36c5468cf871ba09e9daa7fb5b299 /nptl/Versions
parent21dfc00031ebb523314475a7ed5141eace23404b (diff)
downloadglibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.tar.gz
glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.tar.xz
glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.zip
Actually define and export pthread_mutexattr_[sg]etrobust.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index dcdd5eb3be..1f2de79fd4 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -245,7 +245,8 @@ libpthread {
   };
 
   GLIBC_2.12 {
-    pthread_mutex_consistent;
+    pthread_mutex_consistent; pthread_mutexattr_getrobust;
+    pthread_mutexattr_setrobust;
   };
 
   GLIBC_PRIVATE {