From 83eb95a496984e9c6a9b2812a53d5bab0007b8df Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 31 Mar 2026 09:15:51 +0100 Subject: [PATCH] verify grp header includes --- src/header/grp/cbindgen.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/header/grp/cbindgen.toml b/src/header/grp/cbindgen.toml index 33138caf50..99359fca14 100644 --- a/src/header/grp/cbindgen.toml +++ b/src/header/grp/cbindgen.toml @@ -1,4 +1,8 @@ -sys_includes = ["sys/types.h", "stdint.h"] +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/grp.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the gid_t and size_t types as described in ." +sys_includes = ["sys/types.h"] include_guard = "_RELIBC_GRP_H" language = "C" style = "Tag"