From e951f0de769a542e795ea22fac405570f594f35b Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 9 Feb 2026 19:09:24 +0000 Subject: [PATCH] verify syslog header includes --- src/header/sys_syslog/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/sys_syslog/cbindgen.toml b/src/header/sys_syslog/cbindgen.toml index 2d51f31eb7..9f62d1a556 100644 --- a/src/header/sys_syslog/cbindgen.toml +++ b/src/header/sys_syslog/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/syslog.h.html +# +# There are no spec quotations relating to includes include_guard = "_RELIBC_SYS_SYSLOG_H" language = "C" style = "Type"