diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
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 { |