diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:32:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:33:10 +0200 |
commit | b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 (patch) | |
tree | 6100fb7c0b1b6b99943a47da6da77ecd0664a525 /nptl/Versions | |
parent | f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53 (diff) | |
download | glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.tar.gz glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.tar.xz glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.zip |
nptl: Move pthread_attr_getguardsize into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 d36c2b12ea..536d69a588 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -72,6 +72,7 @@ libc { sem_wait; } GLIBC_2.1 { + pthread_attr_getguardsize; pthread_attr_init; pthread_mutexattr_gettype; pthread_mutexattr_settype; @@ -240,6 +241,7 @@ libc { mtx_trylock; mtx_unlock; pthread_attr_getaffinity_np; + pthread_attr_getguardsize; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; @@ -388,7 +390,6 @@ libpthread { } GLIBC_2.1 { - pthread_attr_getguardsize; pthread_attr_getstackaddr; pthread_attr_getstacksize; pthread_attr_setguardsize; |