remove sys_types from sys_resource header

This commit is contained in:
auronandace
2026-05-12 08:02:41 +01:00
parent aaaabaded3
commit d3f1b588b7
+5 -1
View File
@@ -1,4 +1,8 @@
sys_includes = ["sys/types.h", "stdint.h", "sys/time.h"]
# sys/time.h brings in sys/select.h which brings in bits/timeval.h
sys_includes = ["sys/time.h"]
after_includes = """
#include <bits/id-t.h> // for id_t from sys/types.h
"""
include_guard = "_RELIBC_SYS_RESOURCE_H"
language = "C"
style = "Tag"