verify header includes for sys_statvfs

This commit is contained in:
auronandace
2026-04-11 15:21:54 +01:00
parent 53bd8b48ec
commit b4fe14a15b
+4
View File
@@ -1,3 +1,7 @@
# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_statvfs.h.html
#
# Spec quotations relating to includes:
# - "The <sys/statvfs.h> header shall define the fsblkcnt_t and fsfilcnt_t types as described in <sys/types.h>."
sys_includes = ["sys/types.h"]
include_guard = "_SYS_STATVFS_H"
language = "C"