From 7da5c345a5f527dc6213e8540e4a9c6eceeb6774 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:32:45 +0100 Subject: nptl: Move pthread_condattr_init implementation into libc This is part of the libpthread removal project: Reviewed-by: Adhemerval Zanella --- nptl/Versions | 2 -- 1 file changed, 2 deletions(-) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 22dc309..bc1bad0 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -58,8 +58,6 @@ libpthread { pthread_cond_wait; pthread_cond_timedwait; pthread_cond_signal; pthread_cond_broadcast; - pthread_condattr_init; - pthread_cancel; pthread_testcancel; pthread_setcancelstate; pthread_setcanceltype; -- cgit v1.1