From: Collin Funk Date: Sat, 27 Jul 2024 04:11:20 +0000 (-0700) Subject: doc: Update list of headers to use #include <...>. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fed775d6957c6219af59b301a55fcd7c101015b7;p=gnulib.git doc: Update list of headers to use #include <...>. * doc/gnulib-tool.texi (Style of #include statements): Add missing headers from lib/*.in.h. Re-sort list. --- diff --git a/ChangeLog b/ChangeLog index b0170a81a4..2b6c22c17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2024-07-26 Collin Funk + doc: Update list of headers to use #include <...>. + * doc/gnulib-tool.texi (Style of #include statements): Add missing + headers from lib/*.in.h. Re-sort list. + sys_time, sys_types: Remove sys directory at 'make mostlyclean'. * modules/sys_time (Makefile.am): Add sys to MOSTLYCLEANDIRS. * modules/sys_types (Makefile.am): Likewise. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 0f059e1287..10e0bfa1d9 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -587,10 +587,13 @@ This is true for the following POSIX or ISO C standardized header files: @item @code{stdalign.h} @item @code{stdarg.h} @item @code{stdbit.h} +@item @code{stdbool.h} +@item @code{stdckdint.h} @item @code{stddef.h} @item @code{stdint.h} @item @code{stdio.h} @item @code{stdlib.h} +@item @code{stdnoreturn.h} @item @code{string.h} @item @code{strings.h} @item @code{sys/msg.h} @@ -604,6 +607,7 @@ This is true for the following POSIX or ISO C standardized header files: @item @code{sys/times.h} @item @code{sys/types.h} @item @code{sys/uio.h} +@item @code{sys/un.h} @item @code{sys/utsname.h} @item @code{sys/wait.h} @item @code{termios.h} @@ -620,17 +624,23 @@ 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{argz.h} @item @code{byteswap.h} @item @code{error.h} +@item @code{execinfo.h} @item @code{getopt.h} +@item @code{ieee754.h} @item @code{malloc.h} +@item @code{obstack.h} @item @code{omp.h} @item @code{pty.h} +@item @code{selinux/context.h} +@item @code{selinux/label.h} @item @code{selinux/selinux.h} +@item @code{sysexits.h} @item @code{sys/file.h} @item @code{sys/ioctl.h} @item @code{sys/random.h} -@item @code{sysexits.h} @item @code{utmp.h} @end itemize @noindent