summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 10:55:07 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 10:55:07 +0200
commited00dcbbd695fedfc60591da24b3555db03b3dd9 (patch)
tree290f20ebf5ae38c197ef30f3c13e28e7cd8d1bb9 /nptl/Makefile
parentb76c066d092d78124deeba9b687f5b10924e97de (diff)
downloadglibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.gz
glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.xz
glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.zip
nptl: Move pthread_condattr_getclock into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
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 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 \