remove sys_types from stdio header

This commit is contained in:
auronandace
2026-05-12 09:33:56 +01:00
parent aaaabaded3
commit a9cd9986e6
+6 -1
View File
@@ -1,4 +1,9 @@
sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "sys/types.h", "features.h"]
# stddef.h brings in size_t
sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "features.h"]
after_includes = """
#include <bits/off-t.h> // for off_t from sys/types.h
#include <bits/ssize-t.h> // for ssize_t from sys/types.h
"""
include_guard = "_RELIBC_STDIO_H"
trailer = """
#ifndef _RELIBC_BITS_STDIO_H