Skip to content

Commit

Permalink
sysdeps/linux: enforce header ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Nov 13, 2024
1 parent e780a6a commit 7b719b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysdeps/linux/include/sys/syscall.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
* (linux-headers, or an autogenerated stub while building), and an
* autogenerated file containing SYS_ defines.
*/
/* clang-format off */
#include <linux/unistd.h>
#include <bits/syscall_aliases.h>
/* clang-format on */

#endif /* _SYS_SYSCALL_H */

0 comments on commit 7b719b2

Please sign in to comment.