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:19 +0200 |
commit | 736c57c96cd1fd79905cf0f224ca6e3864eb71b4 (patch) | |
tree | e759014c90e2f32bc1be855a45bc282b731fd6ca /nptl/Versions | |
parent | b855e52bae0f754150fbad78c76d363b6eb2e53c (diff) | |
download | glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.gz glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.xz glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.zip |
nptl: Move pthread_attr_setstackaddr 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 b96fadf49f..edf4da4c81 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -77,6 +77,7 @@ libc { pthread_attr_getstacksize; pthread_attr_init; pthread_attr_setguardsize; + pthread_attr_setstackaddr; pthread_mutexattr_gettype; pthread_mutexattr_settype; pthread_rwlock_destroy; @@ -252,6 +253,7 @@ libc { pthread_attr_getstacksize; pthread_attr_setguardsize; pthread_attr_setstack; + pthread_attr_setstackaddr; pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; @@ -400,7 +402,6 @@ libpthread { } GLIBC_2.1 { - pthread_attr_setstackaddr; pthread_attr_setstacksize; pthread_create; pthread_getconcurrency; |