From ce0cb927e0f6dd7ad4676e4c14932d5678cd6046 Mon Sep 17 00:00:00 2001 From: auronandace Date: Wed, 4 Feb 2026 08:11:30 +0000 Subject: [PATCH] verify dlfcn header includes --- src/header/dlfcn/cbindgen.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/header/dlfcn/cbindgen.toml b/src/header/dlfcn/cbindgen.toml index 3a324bd8cb..4ea36e2a96 100644 --- a/src/header/dlfcn/cbindgen.toml +++ b/src/header/dlfcn/cbindgen.toml @@ -1,3 +1,6 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/dlfcn.h.html +# +# There are no spec quotations relating to includes sys_includes = [] include_guard = "_RELIBC_DLFCN_H" language = "C"