Fix sched.h: use style=Both so sched_param has typedef (needed by spawn.h)

This commit is contained in:
Red Bear OS
2026-06-27 23:53:21 +03:00
parent f00e969b82
commit fc8f0ec4fd
+1 -1
View File
@@ -11,7 +11,7 @@ after_includes = """
#include <bits/timespec.h> // for timespec
"""
language = "C"
style = "Tag"
style = "Both"
no_includes = true
cpp_compat = true