From 9b5d411febb32f99bac43ff516550c1462d70131 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 10 Mar 2026 12:36:26 +0000 Subject: [PATCH] verify header includes for sys_uio --- src/header/sys_uio/cbindgen.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/header/sys_uio/cbindgen.toml b/src/header/sys_uio/cbindgen.toml index 78bb648d46..83f0d6f5e2 100644 --- a/src/header/sys_uio/cbindgen.toml +++ b/src/header/sys_uio/cbindgen.toml @@ -1,3 +1,7 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_uio.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the ssize_t and size_t types as described in ." sys_includes = ["sys/types.h"] include_guard = "_SYS_UIO_H" language = "C"