diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:56:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:21:30 +0200 |
commit | d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd (patch) | |
tree | 2b7345efa44b58f1bc05800fd4e76df39a6737d6 /nptl/Makefile | |
parent | c4c53e0f56ed14ba2416bb0181e82a9d49eefde0 (diff) | |
download | glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.zip glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.tar.gz glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.tar.bz2 |
nptl: Move pthread_cancel 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 2d98e43..5ce295c 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -94,6 +94,7 @@ routines = \ pthread_barrierattr_getpshared \ pthread_barrierattr_init \ pthread_barrierattr_setpshared \ + pthread_cancel \ pthread_cleanup_upto \ pthread_clockjoin \ pthread_cond_broadcast \ @@ -201,7 +202,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_cancel \ pthread_create \ pthread_getattr_default_np \ pthread_getconcurrency \ |