9 lines
351 B
TOML
9 lines
351 B
TOML
# 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_SYSCALL_H"
|
|
language = "C"
|
|
no_includes = true
|