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/Versions | |
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/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index ac839fb..776abde 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -29,6 +29,7 @@ libc { pthread_attr_setschedparam; pthread_attr_setschedpolicy; pthread_attr_setscope; + pthread_cancel; pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; @@ -271,6 +272,7 @@ libc { pthread_barrierattr_getpshared; pthread_barrierattr_init; pthread_barrierattr_setpshared; + pthread_cancel; pthread_clockjoin_np; pthread_cond_clockwait; pthread_condattr_getclock; @@ -406,7 +408,6 @@ libpthread { flockfile; ftrylockfile; funlockfile; - pthread_cancel; pthread_create; pthread_sigmask; } |