Fix unistd header generation

This commit is contained in:
Jeremy Soller
2024-09-11 15:59:31 -06:00
parent ec663bea46
commit 0b03a68150
+1 -1
View File
@@ -1,6 +1,6 @@
sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
include_guard = "_RELIBC_UNISTD_H"
trailer = "#include <bits/fcntl.h>\n#include <bits/unistd.h>"
trailer = "#include <bits/fcntl.h>\\n#include <bits/unistd.h>"
language = "C"
style = "Tag"
no_includes = true