diff --git a/src/header/endian/cbindgen.toml b/src/header/endian/cbindgen.toml index 622cf7f13a..698eb0088c 100644 --- a/src/header/endian/cbindgen.toml +++ b/src/header/endian/cbindgen.toml @@ -1,3 +1,8 @@ +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/endian.h.html +# +# Spec quotations relating to includes: +# - "The header shall define the uint16_t, uint32_t, and uint64_t types as described in ." +# - "Inclusion of the header may also make visible all symbols from ." sys_includes = ["stdint.h"] include_guard = "_RELIBC_ENDIAN_H" trailer = "#include "