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/Makefile | |
parent | b855e52bae0f754150fbad78c76d363b6eb2e53c (diff) | |
download | glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.gz glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.bz2 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/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index a4f1e91649..39feea52aa 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -83,6 +83,7 @@ routines = \ pthread_attr_setsigmask \ pthread_attr_setsigmask_internal \ pthread_attr_setstack \ + pthread_attr_setstackaddr \ pthread_barrier_destroy \ pthread_barrier_init \ pthread_barrier_wait \ @@ -199,7 +200,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_setstackaddr \ pthread_attr_setstacksize \ pthread_cancel \ pthread_create \ |