1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

nptl: Move pthread_kill_other_threads_np compatibility symbol into libc

And stop including the function for new architectures.
This commit is contained in:
Florian Weimer
2021-04-22 19:50:16 +02:00
parent 7fc9152e83
commit e4f1c0de9c
64 changed files with 35 additions and 33 deletions

View File

@ -18,8 +18,7 @@
#include <shlib-compat.h>
#ifdef SHARED
#if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_34)
/* This function does not serve a useful purpose in the thread library
implementation anymore. It used to be necessary when then kernel
could not shut down "processes" but this is not the case anymore.