From a03da3b1a377bf9e5375f91b3be28f16c6a32dbe Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Mon, 27 May 2024 21:26:48 -0700 Subject: [PATCH] doc: Mention byteswap.h as a system header. * doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h. --- ChangeLog | 5 +++++ doc/gnulib-tool.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ba81c3b5f..707ab5175d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-27 Collin Funk + + doc: Mention byteswap.h as a system header. + * doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h. + 2024-05-27 Bruno Haible nstrftime, c-nstrftime tests: Avoid test failures on native Windows. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 116734f4d7..0f059e1287 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -620,6 +620,7 @@ as well as for the following header files that exist in the GNU C library but are not standardized: @itemize @asis{} @item @code{alloca.h} +@item @code{byteswap.h} @item @code{error.h} @item @code{getopt.h} @item @code{malloc.h} -- 2.39.5