From 22ee588ead65b74ec45cd714a305b34ae3549171 Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 21 May 2026 11:28:05 +0100 Subject: [PATCH] verify fmtmsg header includes --- src/header/fmtmsg/cbindgen.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/header/fmtmsg/cbindgen.toml b/src/header/fmtmsg/cbindgen.toml index 84d8af6861..3d19ee191f 100644 --- a/src/header/fmtmsg/cbindgen.toml +++ b/src/header/fmtmsg/cbindgen.toml @@ -1,4 +1,6 @@ -sys_includes = [] +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fmtmsg.h.html +# +# There are no spec quotations relating to includes include_guard = "_RELIBC_FMTMSG_H" after_includes = """ @@ -8,7 +10,6 @@ after_includes = """ #define MM_NULLTAG ((char*)0) """ language = "C" -style = "Tag" no_includes = true cpp_compat = true