diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:10:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:18:45 +0200 |
commit | 0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93 (patch) | |
tree | 472d35373b9ec3bb8db4ecb633aced0124603573 /nptl/Versions | |
parent | b444409479e34c80f27742e7017ea5741fe548d7 (diff) | |
download | glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.zip glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.tar.gz glibc-0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93.tar.bz2 |
nptl: Move pthread_rwlockattr_setpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
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 450c372..9c92e9e 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -78,6 +78,7 @@ libc { pthread_rwlockattr_getpshared; pthread_rwlockattr_init; pthread_rwlockattr_setkind_np; + pthread_rwlockattr_setpshared; } GLIBC_2.2 { __pthread_rwlock_destroy; @@ -236,6 +237,7 @@ libc { pthread_rwlockattr_getpshared; pthread_rwlockattr_init; pthread_rwlockattr_setkind_np; + pthread_rwlockattr_setpshared; pthread_setspecific; pthread_spin_destroy; pthread_spin_init; @@ -322,7 +324,6 @@ libpthread { pthread_attr_setstacksize; pthread_create; pthread_getconcurrency; - pthread_rwlockattr_setpshared; pthread_setconcurrency; sem_destroy; sem_getvalue; |