summaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:06:44 +0200
commit23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca (patch)
tree694d5fb5e5dbe1af48f5eda2ec8668d38ffc9668 /nptl/Makefile
parenta78e5979a92c7985eadad7246740f3874271303f (diff)
downloadglibc-23ce1cf35a59a4fdb3dabe073e3d1fe2b76fb0ca.tar.gz
nptl: Move __nptl_create_event, __nptl_death_event into libc
In libthread_db, use the exported GLIBC_PRIVATE symbols directly instead of relying on _thread_db_* variables in libpthread (which used to be created by the DB_FUNCTION macros). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 37a762d530..b57b010779 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -41,6 +41,7 @@ routines = \
elision-timed \
elision-trylock \
elision-unlock \
+ events \
futex-internal \
libc-cleanup \
libc_multiple_threads \
@@ -200,7 +201,6 @@ shared-only-routines = forward
static-only-routines = pthread_atfork
libpthread-routines = \
- events \
libpthread-compat \
nptl-init \
pt-interp \