Fix spawn.h: use style=Both for typedef-compatible posix_spawn types

This commit is contained in:
Red Bear OS
2026-06-27 23:34:18 +03:00
parent 32e402087f
commit a500cd9e6c
+1 -1
View File
@@ -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