From b4fe14a15b8ba3ca4a12facd10a5fff833b46257 Mon Sep 17 00:00:00 2001 From: auronandace Date: Sat, 11 Apr 2026 15:21:54 +0100 Subject: [PATCH] verify header includes for sys_statvfs --- src/header/sys_statvfs/cbindgen.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/header/sys_statvfs/cbindgen.toml b/src/header/sys_statvfs/cbindgen.toml index 5ba0ede3e1..7d75072153 100644 --- a/src/header/sys_statvfs/cbindgen.toml +++ b/src/header/sys_statvfs/cbindgen.toml @@ -1,3 +1,7 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_statvfs.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the fsblkcnt_t and fsfilcnt_t types as described in ." sys_includes = ["sys/types.h"] include_guard = "_SYS_STATVFS_H" language = "C"