nptl: Sort routines list in Makefile alphabetically
authorFlorian Weimer <fweimer@redhat.com>
Mon, 10 Feb 2020 10:17:11 +0000 (11:17 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 20 Feb 2020 07:57:01 +0000 (08:57 +0100)
This will make it easier to review changes which move implementations
from libpthread to libc.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
nptl/Makefile

index e4250fd..e5f848b 100644 (file)
@@ -28,13 +28,27 @@ headers := pthread.h semaphore.h bits/semaphore.h \
 extra-libs := libpthread
 extra-libs-others := $(extra-libs)
 
-routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \
-          libc-cleanup libc_pthread_init libc_multiple_threads \
-          register-atfork pthread_atfork pthread_self pthread_equal \
-          pthread_attr_destroy pthread_attr_init pthread_attr_getdetachstate \
-          pthread_attr_setdetachstate pthread_attr_getinheritsched \
-          pthread_attr_setinheritsched pthread_attr_getschedparam \
-          pthread_attr_setschedparam
+routines = \
+  alloca_cutoff \
+  forward \
+  libc-cancellation \
+  libc-cleanup \
+  libc-lowlevellock \
+  libc_multiple_threads \
+  libc_pthread_init \
+  pthread_atfork \
+  pthread_attr_destroy \
+  pthread_attr_getdetachstate \
+  pthread_attr_getinheritsched \
+  pthread_attr_getschedparam \
+  pthread_attr_init \
+  pthread_attr_setdetachstate \
+  pthread_attr_setinheritsched \
+  pthread_attr_setschedparam \
+  pthread_equal \
+  pthread_self \
+  register-atfork \
+
 shared-only-routines = forward
 static-only-routines = pthread_atfork