From 306d03a036ea63e1db6ab25d2770894369c422ef Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 9 Feb 2026 18:55:08 +0000 Subject: [PATCH] verify sys_utsname header includes --- src/header/sys_utsname/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/sys_utsname/cbindgen.toml b/src/header/sys_utsname/cbindgen.toml index 5d91813fe4..484e2d0c52 100644 --- a/src/header/sys_utsname/cbindgen.toml +++ b/src/header/sys_utsname/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_utsname.h.html +# +# There are no spec quotations relating to includes include_guard = "_SYS_UTSNAME_H" language = "C" style = "Tag"