change trailer to after_includes for sys_resource

This commit is contained in:
auronandace
2026-04-27 10:40:49 +01:00
parent 9fdb120b2c
commit fad0f5b751
+3 -2
View File
@@ -1,6 +1,7 @@
sys_includes = ["sys/types.h", "stdint.h", "sys/time.h"]
include_guard = "_SYS_RESOURCE_H"
trailer = """
include_guard = "_RELIBC_SYS_RESOURCE_H"
after_includes = """
#define RUSAGE_SELF 0
#define RUSAGE_CHILDREN (-1)
#define RUSAGE_BOTH (-2)