From d9b600c98503b4094bc168b9b7452ea39a0abf30 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 11:17:10 +0200 Subject: nptl: Move pthread_condattr_setpshared into libc The symbol was moved using scripts/move-symbol-to-libc.py. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 040a27c19b..264ada0ba2 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -84,6 +84,7 @@ routines = \ pthread_condattr_getpshared \ pthread_condattr_init \ pthread_condattr_setclock \ + pthread_condattr_setpshared \ pthread_equal \ pthread_exit \ pthread_getaffinity \ @@ -165,7 +166,6 @@ libpthread-routines = \ pthread_barrierattr_setpshared \ pthread_cancel \ pthread_clockjoin \ - pthread_condattr_setpshared \ pthread_create \ pthread_detach \ pthread_getattr_default_np \ -- cgit 1.4.1