From: Paul Eggert Date: Sat, 24 Jan 2026 01:52:13 +0000 (-0800) Subject: doc: uimaxabs → umaxabs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f902cd058358a881ad7a05b5e55cc9211672fd02;p=thirdparty%2Fgnulib.git doc: uimaxabs → umaxabs C2y has renamed uimaxabs to umaxabs. It is supported in glibc 2.43, released today. This patch affects only documentation, as Gnulib does not support the function by either name. --- diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 94c1c0dba0..19955f0c68 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1897,6 +1897,7 @@ This list of functions is sorted according to the header that declares them. * strtoumax:: * wcstoimax:: * wcstoumax:: +* umaxabs:: @end menu @include posix-functions/imaxabs.texi @@ -1905,6 +1906,7 @@ This list of functions is sorted according to the header that declares them. @include posix-functions/strtoumax.texi @include posix-functions/wcstoimax.texi @include posix-functions/wcstoumax.texi +@include posix-functions/umaxabs.texi @c @node Functions in @c @section Functions in @code{} @@ -5160,7 +5162,6 @@ This list of functions is sorted according to the header that declares them. * Glibc grp.h:: * Glibc gshadow.h:: * Glibc ifaddrs.h:: -* Glibc inttypes.h:: * Glibc link.h:: * Glibc malloc.h:: * Glibc math.h:: @@ -5738,16 +5739,6 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/getifaddrs.texi @include glibc-functions/freeifaddrs.texi -@node Glibc inttypes.h -@section Glibc Extensions to @code{} - -@menu -* uimaxabs:: -@end menu - -@include glibc-functions/uimaxabs.texi - - @c @node Glibc iso646.h @c @section Glibc Extensions to @code{} diff --git a/doc/glibc-functions/uimaxabs.texi b/doc/posix-functions/umaxabs.texi similarity index 68% rename from doc/glibc-functions/uimaxabs.texi rename to doc/posix-functions/umaxabs.texi index 86c363ac72..eef7865d68 100644 --- a/doc/glibc-functions/uimaxabs.texi +++ b/doc/posix-functions/umaxabs.texi @@ -1,6 +1,6 @@ -@node uimaxabs -@subsection @code{uimaxabs} -@findex uimaxabs +@node umaxabs +@subsection @code{umaxabs} +@findex umaxabs Documentation: @itemize @@ -12,7 +12,7 @@ Documentation: @url{https://www.gnu.org/software/libc/manual/html_node/Absolute-Value.html}, @end ifnotinfo @item -@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/uimaxabs.3.html,,man uimaxabs}. +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/umaxabs.3.html,,man umaxabs}. @end itemize Gnulib module: --- @@ -25,5 +25,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on most platforms: -glibc 2.41, macOS 15, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.7, Minix, AIX 7.3, HP-UX 11.31, Solaris 11.4, Cygwin, mingw, MSVC 14. +glibc 2.42, macOS 15, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.7, Minix, AIX 7.3, HP-UX 11.31, Solaris 11.4, Cygwin, mingw, MSVC 14. @end itemize