]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/Makefile
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / nptl / Makefile
index 4c7ae6a561cf8e2136acf59525567216794eba4e..66f89f17f9f295f6f43ed03153fb9d6b64b99bac 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for NPTL portion of the library.
@@ -31,7 +31,8 @@ routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \
           libc-cleanup libc_pthread_init libc_multiple_threads \
           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_destroy pthread_attr_init pthread_attr_getdetachstate \
+          pthread_attr_setdetachstate pthread_attr_getinheritsched
 shared-only-routines = forward
 static-only-routines = pthread_atfork
 
@@ -54,11 +55,9 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \
                      pthread_getconcurrency pthread_setconcurrency \
                      pthread_getschedparam pthread_setschedparam \
                      pthread_setschedprio \
-                     pthread_attr_setdetachstate \
                      pthread_attr_getguardsize pthread_attr_setguardsize \
                      pthread_attr_getschedparam pthread_attr_setschedparam \
                      pthread_attr_getschedpolicy pthread_attr_setschedpolicy \
-                     pthread_attr_getinheritsched \
                      pthread_attr_setinheritsched \
                      pthread_attr_getscope pthread_attr_setscope \
                      pthread_attr_getstackaddr pthread_attr_setstackaddr \