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:15 +0200 |
commit | da069d171482032231e1472f8b256f3c043e585f (patch) | |
tree | bd887bc56ec0d5027a265b4b6a5349032eebd21c /nptl/Versions | |
parent | ee092efed40d667b313f0d38c91941499a01bf06 (diff) | |
download | glibc-da069d171482032231e1472f8b256f3c043e585f.tar.gz glibc-da069d171482032231e1472f8b256f3c043e585f.tar.xz glibc-da069d171482032231e1472f8b256f3c043e585f.zip |
nptl: Move pthread_attr_setguardsize 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 0742f8fb43..c7e8cb579e 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -76,6 +76,7 @@ libc { pthread_attr_getstackaddr; pthread_attr_getstacksize; pthread_attr_init; + pthread_attr_setguardsize; pthread_mutexattr_gettype; pthread_mutexattr_settype; pthread_rwlock_destroy; @@ -248,6 +249,7 @@ libc { pthread_attr_getstack; pthread_attr_getstackaddr; pthread_attr_getstacksize; + pthread_attr_setguardsize; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; @@ -396,7 +398,6 @@ libpthread { } GLIBC_2.1 { - pthread_attr_setguardsize; pthread_attr_setstackaddr; pthread_attr_setstacksize; pthread_create; |