diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 1629441f11..e7883cbb49 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -187,6 +187,9 @@ libc { pthread_mutexattr_setprotocol; pthread_mutexattr_setrobust_np; } + GLIBC_2.11 { + pthread_sigqueue; + } GLIBC_2.12 { pthread_getname_np; pthread_mutex_consistent; @@ -335,6 +338,7 @@ libc { pthread_setname_np; pthread_setschedprio; pthread_setspecific; + pthread_sigqueue; pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; @@ -472,7 +476,7 @@ libpthread { }; GLIBC_2.11 { - pthread_sigqueue; + __libpthread_version_placeholder; }; GLIBC_2.12 { |