From b560c88452e35d95eb975eb2604ff84667f9e9f9 Mon Sep 17 00:00:00 2001 From: auronandace Date: Wed, 4 Feb 2026 08:49:12 +0000 Subject: [PATCH] verify errno header includes --- src/header/errno/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/errno/cbindgen.toml b/src/header/errno/cbindgen.toml index 7de26bfdf8..3898b53db4 100644 --- a/src/header/errno/cbindgen.toml +++ b/src/header/errno/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html +# +# There are no spec quotations relating to includes sys_includes = ["bits/errno.h"] include_guard = "_RELIBC_ERRNO_H" language = "C"