From: Collin Funk Date: Tue, 28 May 2024 04:26:48 +0000 (-0700) Subject: doc: Mention byteswap.h as a system header. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a03da3b1a377bf9e5375f91b3be28f16c6a32dbe;p=gnulib.git doc: Mention byteswap.h as a system header. * doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h. --- 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}