From 7b719b2b1ea632940dbbd6092e5037ce1d2d3442 Mon Sep 17 00:00:00 2001 From: Matt Staveley-Taylor Date: Wed, 13 Nov 2024 23:43:21 +0100 Subject: [PATCH] sysdeps/linux: enforce header ordering --- sysdeps/linux/include/sys/syscall.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/linux/include/sys/syscall.h b/sysdeps/linux/include/sys/syscall.h index 073ff66314..aeb8991060 100644 --- a/sysdeps/linux/include/sys/syscall.h +++ b/sysdeps/linux/include/sys/syscall.h @@ -6,7 +6,9 @@ * (linux-headers, or an autogenerated stub while building), and an * autogenerated file containing SYS_ defines. */ +/* clang-format off */ #include #include +/* clang-format on */ #endif /* _SYS_SYSCALL_H */