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 9afbb028f2..8c8c3b040d 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -185,6 +185,7 @@ libc { pthread_mutexattr_setrobust_np; } GLIBC_2.12 { + pthread_getname_np; pthread_mutex_consistent; pthread_mutexattr_getrobust; pthread_mutexattr_setrobust; @@ -287,6 +288,7 @@ libc { pthread_getattr_default_np; pthread_getconcurrency; pthread_getcpuclockid; + pthread_getname_np; pthread_getspecific; pthread_join; pthread_key_create; @@ -470,7 +472,6 @@ libpthread { }; GLIBC_2.12 { - pthread_getname_np; pthread_setname_np; }; |