about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-11 19:32:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-11 19:32:56 +0200
commitf5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53 (patch)
treeec07ebda3cd20fc27bdca453ce1a421aa7192bd4 /nptl/Makefile
parent572bd547d57a39b6cf0ea072545dc4048921f4c3 (diff)
downloadglibc-f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53.tar.gz
glibc-f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53.tar.xz
glibc-f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53.zip
nptl: Move pthread_attr_getaffinity_np into libc
The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
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 f81b2f64df..d55f8c6b00 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -61,6 +61,7 @@ routines = \
   pthread_attr_copy \
   pthread_attr_destroy \
   pthread_attr_extension \
+  pthread_attr_getaffinity \
   pthread_attr_getdetachstate \
   pthread_attr_getinheritsched \
   pthread_attr_getschedparam \
@@ -192,7 +193,6 @@ libpthread-routines = \
   libpthread-compat \
   nptl-init \
   pt-interp \
-  pthread_attr_getaffinity \
   pthread_attr_getguardsize \
   pthread_attr_getstack \
   pthread_attr_getstackaddr \