Merge branch 'verify-pwd-includes' into 'master'
verify pwd header includes See merge request redox-os/relibc!1075
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user