From 40f22b62ab4b5aa99c7da41c9b855c859070e28d Mon Sep 17 00:00:00 2001 From: auronandace Date: Wed, 17 Jun 2026 08:08:34 +0100 Subject: [PATCH] set style to Type instead of Tag --- src/header/spawn/cbindgen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/spawn/cbindgen.toml b/src/header/spawn/cbindgen.toml index 6b9734ec6e..d9eac52d7b 100644 --- a/src/header/spawn/cbindgen.toml +++ b/src/header/spawn/cbindgen.toml @@ -11,7 +11,7 @@ sys_includes = ["sched.h", "bits/sigset-t.h", "bits/mode-t.h", "bits/size-t.h"] include_guard = "_RELIBC_SPAWN_H" language = "C" -style = "Tag" +style = "Type" no_includes = true cpp_compat = true