[hurd,commited] Fix Makefile alphabetical ordering
Samuel Thibault
samuel.thibault@ens-lyon.org
Thu Mar 5 13:28:44 GMT 2026
---
signal/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.51.0
More information about the Libc-alpha
mailing list