From 23b31bb65c57ff92a7557f047d91a765fa152004 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 10 Mar 2026 11:43:30 +0000 Subject: [PATCH] verify pwd header includes --- src/header/pwd/cbindgen.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/header/pwd/cbindgen.toml b/src/header/pwd/cbindgen.toml index 55d0cdf99c..92e53b6f90 100644 --- a/src/header/pwd/cbindgen.toml +++ b/src/header/pwd/cbindgen.toml @@ -1,4 +1,8 @@ -sys_includes = ["stddef.h", "sys/types.h"] +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pwd.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the gid_t, uid_t, and size_t types as described in ." +sys_includes = ["sys/types.h"] include_guard = "_RELIBC_PWD_H" language = "C" style = "Tag"