From 8c1c0da3a8112695d5cc82aae22666321965b42f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 May 2021 10:31:42 +0200 Subject: nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libc The GLIBC_PRIVATE exports for these symbols are expected to be temporary. Tested-by: Carlos O'Donell Reviewed-by: Carlos O'Donell --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index b5f26c6864..f7723cb808 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -170,6 +170,7 @@ routines = \ sem_wait \ tpp \ unwind \ + vars \ shared-only-routines = forward static-only-routines = pthread_atfork @@ -212,7 +213,6 @@ libpthread-routines = \ pthread_sigqueue \ pthread_timedjoin \ pthread_tryjoin \ - vars \ version \ libpthread-shared-only-routines = \ -- cgit v1.2.3