Fix sched.h: use style=Both so sched_param has typedef (needed by spawn.h)
This commit is contained in:
@@ -11,7 +11,7 @@ after_includes = """
|
||||
#include <bits/timespec.h> // for timespec
|
||||
"""
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
style = "Both"
|
||||
no_includes = true
|
||||
cpp_compat = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user