]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention byteswap.h as a system header.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 28 May 2024 04:26:48 +0000 (21:26 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 28 May 2024 04:26:48 +0000 (21:26 -0700)
* doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h.

ChangeLog
doc/gnulib-tool.texi

index 9ba81c3b5f95aa689a1a5708146a099ca53af8c3..707ab5175d049852dfe742987148945188937df4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-27  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Mention byteswap.h as a system header.
+       * doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h.
+
 2024-05-27  Bruno Haible  <bruno@clisp.org>
 
        nstrftime, c-nstrftime tests: Avoid test failures on native Windows.
index 116734f4d7a3d6b3e38a24d03c954b94c5a184de..0f059e1287164a6191796a89a39cbf92458a087f 100644 (file)
@@ -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}