From ed00dcbbd695fedfc60591da24b3555db03b3dd9 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 10:55:07 +0200 Subject: nptl: Move pthread_condattr_getclock 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 99a54ff975..b7903bdc33 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -80,6 +80,7 @@ routines = \ pthread_cond_signal \ pthread_cond_wait \ pthread_condattr_destroy \ + pthread_condattr_getclock \ pthread_condattr_init \ pthread_equal \ pthread_exit \ @@ -162,7 +163,6 @@ libpthread-routines = \ pthread_barrierattr_setpshared \ pthread_cancel \ pthread_clockjoin \ - pthread_condattr_getclock \ pthread_condattr_getpshared \ pthread_condattr_setclock \ pthread_condattr_setpshared \ -- cgit 1.4.1