about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-04 17:36:55 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-04 17:38:06 +0200
commiteaad14b56aa0d18b3b6bbb1618de2ab5b242d434 (patch)
treea3971457eb3be4d81904eaed4a25ee5f6e1f7e2b /nptl/Makefile
parent021197483e8fa9999644c96d7dd7b5c3cc95867a (diff)
downloadglibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.tar.gz
glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.tar.xz
glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.zip
nptl: Move pthread_attr_setinheritsched implementation into libc.
This is part of the libpthread removal project:

  <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 66f89f17f9..53c556e503 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -32,7 +32,8 @@ routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \
 	   register-atfork pthread_atfork pthread_self thrd_current \
 	   thrd_equal thrd_sleep thrd_yield pthread_equal \
 	   pthread_attr_destroy pthread_attr_init pthread_attr_getdetachstate \
-	   pthread_attr_setdetachstate pthread_attr_getinheritsched
+	   pthread_attr_setdetachstate pthread_attr_getinheritsched \
+	   pthread_attr_setinheritsched
 shared-only-routines = forward
 static-only-routines = pthread_atfork
 
@@ -58,7 +59,6 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \
 		      pthread_attr_getguardsize pthread_attr_setguardsize \
 		      pthread_attr_getschedparam pthread_attr_setschedparam \
 		      pthread_attr_getschedpolicy pthread_attr_setschedpolicy \
-		      pthread_attr_setinheritsched \
 		      pthread_attr_getscope pthread_attr_setscope \
 		      pthread_attr_getstackaddr pthread_attr_setstackaddr \
 		      pthread_attr_getstacksize pthread_attr_setstacksize \