Merge branch 'sysresource-systypes' into 'master'

remove sys_types from sys_resource header

See merge request redox-os/relibc!1312
This commit is contained in:
Jeremy Soller
2026-05-12 06:26:10 -06:00
+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"