remove sched bits from pthread bits

This commit is contained in:
auronandace
2026-02-12 17:16:58 +00:00
parent a4079f13f0
commit 70f2e28c37
+1 -2
View File
@@ -1,4 +1,4 @@
sys_includes = ["bits/sched.h"]
sys_includes = []
include_guard = "_RELIBC_BITS_PTHREAD_H"
language = "C"
style = "type"
@@ -29,7 +29,6 @@ after_includes = """
"""
[export.rename]
"sched_param" = "struct sched_param"
"AtomicInt" = "int"
"AtomicUint" = "unsigned"