From a500cd9e6ca0d748610e97077d1f3de1173656a6 Mon Sep 17 00:00:00 2001 From: Red Bear OS Date: Sat, 27 Jun 2026 23:34:18 +0300 Subject: [PATCH] Fix spawn.h: use style=Both for typedef-compatible posix_spawn types --- 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 1b170fbc45..c6b18231ea 100644 --- a/src/header/spawn/cbindgen.toml +++ b/src/header/spawn/cbindgen.toml @@ -1,7 +1,7 @@ sys_includes = ["sys/types.h", "signal.h", "sched.h"] include_guard = "_RELIBC_SPAWN_H" language = "C" -style = "Tag" +style = "Both" no_includes = true cpp_compat = true