* top/maint.mk (gl_prefer_angle_bracket_headers_): Add byteswap.h,
endian.h, and stdbit.h.
2024-05-27 Collin Funk <collin.funk1@gmail.com>
+ maint.mk: Update system header list for #include syntax checks.
+ * top/maint.mk (gl_prefer_angle_bracket_headers_): Add byteswap.h,
+ endian.h, and stdbit.h.
+
doc: Mention byteswap.h as a system header.
* doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h.
fi
# Generated headers that override system headers.
-# Keep sorted.
+# These are documented in gnulib-tool.texi. Keep sorted.
+# sed -n -e 's/^@item[[:space:]]\{1,\}@code{\([^}]\{1,\}\)}$/\1/p' $GNULIB_SRCDIR/doc/gnulib-tool.texi | sort -u
gl_prefer_angle_bracket_headers_ ?= \
alloca.h \
arpa/inet.h \
assert.h \
+ byteswap.h \
ctype.h \
dirent.h \
+ endian.h \
errno.h \
error.h \
fcntl.h \
spawn.h \
stdalign.h \
stdarg.h \
+ stdbit.h \
stddef.h \
stdint.h \
stdio.h \