Fix unistd header generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user