verify pwd header includes

This commit is contained in:
auronandace
2026-03-10 11:43:30 +00:00
parent 9340d76a92
commit 23b31bb65c
+5 -1
View File
@@ -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 <pwd.h> header shall define the gid_t, uid_t, and size_t types as described in <sys/types.h>."
sys_includes = ["sys/types.h"]
include_guard = "_RELIBC_PWD_H"
language = "C"
style = "Tag"