Merge branch 'unistd-trailer' into 'master'

change unistd cbindgen trailer to after_includes

See merge request redox-os/relibc!1238
This commit is contained in:
Jeremy Soller
2026-04-29 06:40:59 -06:00
+2 -1
View File
@@ -1,6 +1,7 @@
sys_includes = ["stddef.h", "stdint.h", "sys/types.h", "features.h", "fcntl.h"]
include_guard = "_RELIBC_UNISTD_H"
trailer = """
after_includes = """
#define _POSIX_VERSION 200809L
#define _POSIX_BARRIERS 202405L
#define _POSIX_MONOTONIC_CLOCK 200112L