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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user