From: Samuel Thibault Date: Thu, 5 Mar 2026 13:28:26 +0000 (+0100) Subject: Fix Makefile alphabetical ordering X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=66f930ebe0f80f920aae20293c0d53dbe4cf68ca;p=thirdparty%2Fglibc.git Fix Makefile alphabetical ordering --- diff --git a/signal/Makefile b/signal/Makefile index 16050e82f6..21d95f539c 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -60,8 +60,8 @@ tests := \ tst-sigset \ tst-sigset2 \ tst-sigsimple \ - tst-sigwait-eintr \ tst-sigtimedwait-timeout \ + tst-sigwait-eintr \ # tests include ../Rules