]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: Update for glibc 2.42.
authorBruno Haible <bruno@clisp.org>
Tue, 19 Aug 2025 17:29:03 +0000 (19:29 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Aug 2025 17:30:11 +0000 (19:30 +0200)
* doc/glibc-functions/pthread_gettid_np.texi: New file.
* doc/gnulib.texi (Glibc pthread.h): Include it.
* doc/posix-headers/*.texi: Update.
* doc/posix-functions/*.texi: Likewise.

38 files changed:
ChangeLog
doc/glibc-functions/pthread_gettid_np.texi [new file with mode: 0644]
doc/gnulib.texi
doc/posix-functions/aligned_alloc.texi
doc/posix-functions/dcgettext_l.texi
doc/posix-functions/dgettext_l.texi
doc/posix-functions/dngettext_l.texi
doc/posix-functions/free_aligned_sized.texi
doc/posix-functions/free_sized.texi
doc/posix-functions/getlocalename_l.texi
doc/posix-functions/gettext_l.texi
doc/posix-functions/memalignment.texi
doc/posix-functions/ngettext_l.texi
doc/posix-functions/nl_langinfo.texi
doc/posix-functions/posix_close.texi
doc/posix-functions/posix_devctl.texi
doc/posix-functions/posix_getdents.texi
doc/posix-functions/posix_memalign.texi
doc/posix-functions/posix_spawn_file_actions_addchdir.texi
doc/posix-functions/posix_spawn_file_actions_addfchdir.texi
doc/posix-functions/pthread_rwlock_rdlock.texi
doc/posix-functions/pthread_rwlock_timedrdlock.texi
doc/posix-functions/pthread_rwlock_tryrdlock.texi
doc/posix-functions/realloc.texi
doc/posix-functions/reallocarray.texi
doc/posix-functions/sig2str.texi
doc/posix-functions/str2sig.texi
doc/posix-functions/tcgetwinsize.texi
doc/posix-functions/tcsetwinsize.texi
doc/posix-headers/devctl.texi
doc/posix-headers/fcntl.texi
doc/posix-headers/langinfo.texi
doc/posix-headers/regex.texi
doc/posix-headers/stdlib.texi
doc/posix-headers/sys_socket.texi
doc/posix-headers/sys_un.texi
doc/posix-headers/unistd.texi
doc/posix-headers/utmpx.texi

index 25c5d4c31fc2b1267494633b6249c7228f9e0573..84c8bf3b3fd641b3a6a7d1fdd1922724a3eea8d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-08-19  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update for glibc 2.42.
+       * doc/glibc-functions/pthread_gettid_np.texi: New file.
+       * doc/gnulib.texi (Glibc pthread.h): Include it.
+       * doc/posix-headers/*.texi: Update.
+       * doc/posix-functions/*.texi: Likewise.
+
 2024-08-19  Bruno Haible  <bruno@clisp.org>
 
        doc: Update for glibc 2.41.
diff --git a/doc/glibc-functions/pthread_gettid_np.texi b/doc/glibc-functions/pthread_gettid_np.texi
new file mode 100644 (file)
index 0000000..8e7ea31
--- /dev/null
@@ -0,0 +1,30 @@
+@node pthread_gettid_np
+@subsection @code{pthread_gettid_np}
+@findex pthread_gettid_np
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Process Identification,,Process Identification,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Process-Identification.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_gettid_np.3.html,,man pthread_gettid_np}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function exists only on Linux and is therefore
+missing on most non-glibc 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.
+@end itemize
index 0127bea78e2ea02a9fccc7c78a15ca307d54b9ff..a2f51ef28eaef6a5cfc4a40c0e75d31ebe5a3e2a 100644 (file)
@@ -6127,6 +6127,7 @@ This list of functions is sorted according to the header that declares them.
 * pthread_getattr_default_np::
 * pthread_getattr_np::
 * pthread_getname_np::
+* pthread_gettid_np::
 * pthread_kill_other_threads_np::
 * pthread_rwlockattr_getkind_np::
 * pthread_rwlockattr_setkind_np::
@@ -6147,6 +6148,7 @@ This list of functions is sorted according to the header that declares them.
 @include glibc-functions/pthread_getattr_default_np.texi
 @include glibc-functions/pthread_getattr_np.texi
 @include glibc-functions/pthread_getname_np.texi
+@include glibc-functions/pthread_gettid_np.texi
 @include glibc-functions/pthread_kill_other_threads_np.texi
 @include glibc-functions/pthread_rwlockattr_getkind_np.texi
 @include glibc-functions/pthread_rwlockattr_setkind_np.texi
index a8205d99124dd9090aa4133f2138bcc4392b3472..40e6b1cb2e4ed0875c466d776baf5a355fe50aa7 100644 (file)
@@ -42,7 +42,7 @@ glibc 2.15, macOS 10.14, FreeBSD 6.4, NetBSD 7.1, OpenBSD 6.0, Minix 3.1.8, AIX
 @item
 If the alignment and size are absurdly large, this function crashes:
 @c https://sourceware.org/PR32301
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Gnulib has partial substitutes for @code{aligned_alloc}
index 3d68aeb1806bda2886f0611ee8cb57ece5fc290a..8c15998fb5f4a8d455564d683bbc4dd80a50bedc 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index e4c7fa896530ffaee6812d101cdf38cea6d500e6..8395d9d65455308b4bc6117107cdfc8386982938 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 4eb9561d74dd42fc295f9679143b4f24485d2a81..a7f68b0044907d06892afb629266e0d384c19aca 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 9074692a7455311498010d9dc6ba1388b1233ca6..77b501e107f65175858088fef79175c00ada5e42 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on most non-C23 platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index f6d750c644678892c1c08fbbb186470642e7076a..6aa3d87cf4a66784e64648a13240ae58b27d6e5d 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on most non-C23 platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index e258cd1df737f85ec0b8b4a7fdd6950ee52503de..68c0518da4438200860e088e2855607f4d25181a 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.x, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.x, mingw, MSVC 14, Android 9.0.
 But the gnulib replacement supports only a single locale category:
 the argument @code{LC_ALL} is unsupported.
 @item
index 67a203852b94d37a376694022319c19b4bc32e9f..f220bf936cf239882f1a8d515be0e3a9999f3aa9 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index c090f435b8f9da213b836bf49238aa7160e6d1f4..04af70dbf00ae9275136dbc9cf221051a932705f 100644 (file)
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on most non-C23 platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 To check whether a pointer @var{P} has alignment @var{A},
index 9250c952ce37c2c36a303ee34b97c0292f06558e..5c8ca10f30d5626c030624a3dca15df0c8d931fd 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 08894b50421a7732f3ad8ea8beb93ad50930cc85..d29628c12f68515ee804421566c706d80c5f0f62 100644 (file)
@@ -22,7 +22,7 @@ glibc 2.26, musl libc, macOS 14, NetBSD 8.0, OpenBSD 7.5, AIX 7.2, HP-UX 11.31,
 @item
 The constants @code{ABALTMON_1} to @code{ABALTMON_12} are not supported on many
 platforms:
-glibc 2.41, musl libc, macOS 14, NetBSD 10.0, OpenBSD 7.6, AIX 7.3, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 3.5.
+glibc 2.42, musl libc, macOS 14, NetBSD 10.0, OpenBSD 7.6, AIX 7.3, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 3.5.
 @item
 The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
 @code{ERA_T_FMT}, @code{ALT_DIGITS} are not supported on some platforms:
index 39b48cd1a9c4dda74fdf2107c0c93e003100f6bd..6b07b533fa5ec9510e5f46f0c3bc8d9bb5ca0a2e 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index abedaf1ff4bb0dd7f5dba1b8ca5c27dc8a4c601e..413d5c0966e145f919fdc868d93b5e9316e4611e 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 583001a8c69e33d18087c9616aac48a103680b52..f578f86d8584aeabf2f12d3065970c519e11c242 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.x, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.x, mingw, MSVC 14, Android 9.0.
 @end itemize
index 2ebe14f48dc9538ad85b619dbb00259380cd9ccb..3d7b941f3727e0a03e00157dbd7714dd5ac5ebd7 100644 (file)
@@ -29,7 +29,7 @@ Mac OS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX
 @item
 If the alignment and size are absurdly large, this function crashes:
 @c https://sourceware.org/PR32301
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 @mindex aligned-malloc
index c3d6322b10a9250317a57e419be07e6c233578c6..8786b73dcca362657dec53818ce3b496272718bd 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 9.3, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 9.3, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 0311deaed7ecd87d6a4111d10151772f282f6396..5d44f39e5418f693b1d3eca8fd5e8c3a49c3eeb2 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 9.3, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 9.3, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index bcb2a0d8245898fe64d579064003eaa3515da841..8c18b0ebcd96a0bc52ca3838c2a87cad4c1ee9ae 100644 (file)
@@ -20,7 +20,7 @@ called on an rwlock that is already taken by one or more readers, and
 another writer is already waiting to take it, this function may return
 successfully immediately) -- a behaviour that may lead to writer starvation --
 on some platforms:
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 0e884728f6ae62c5144f094cfe1dc8abd3f3e56b..f638d756d725cd14f3203f17a34a66d7ef300998 100644 (file)
@@ -20,7 +20,7 @@ called on an rwlock that is already taken by one or more readers, and
 another writer is already waiting to take it, this function may return
 successfully immediately) -- a behaviour that may lead to writer starvation --
 on some platforms:
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 755e83488573a7edb438606c6828ad948201f36a..8bdbc941bb3bbbd1f477faac7976053fdf3b319a 100644 (file)
@@ -20,7 +20,7 @@ called on an rwlock that is already taken by one or more readers, and
 another writer is already waiting to take it, this function may return
 successfully immediately) -- a behaviour that may lead to writer starvation --
 on some platforms:
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 43f1f5e7154a382231972dc9c82654e424ed2413..a70c33d6658ce9dd4c7381aafcb284d582d18b43 100644 (file)
@@ -110,5 +110,5 @@ Portability problems not fixed by Gnulib:
 When not growing an already-allocated region, i.e.,
 when @code{p} points to a region of size @code{psize} and @code{n <= psize},
 @code{realloc (p, n)} can fail and return a null pointer:
-glibc 2.41 and probably other platforms.
+glibc 2.42 and probably other platforms.
 @end itemize
index 3af0923d42c8e051f6c88241494243fd51cb106f..ba844ee47ea4eb8bfd3c824e57e7f420be56436c 100644 (file)
@@ -51,5 +51,5 @@ Portability problems not fixed by Gnulib:
 @item
 When not growing an already-allocated region,
 @code{reallocarray}, like @code{realloc}, can fail and return a null pointer:
-glibc 2.41 and probably other platforms.
+glibc 2.42 and probably other platforms.
 @end itemize
index 0a682e14530bf926104af5b5b0dc6bf90dcea558..b2203ed0d37d46c03075c4b4ccc8f8e612396241 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Cygwin 3.2.x, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Cygwin 3.2.x, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 9ab198c74e75ab57461ca2b998484a3366b2a447..5cb77fd915b258ce3d67e8a6a948a190e79eb994 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Cygwin 3.2.x, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Cygwin 3.2.x, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 2ca1aac0d3c292b23558c775d3b48d7bf1df118a..1ef32768366d13a442340c512b94bf4441fae0cb 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 12.0, NetBSD 8.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 12.0, NetBSD 8.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index abd15fd47075e9b3eef8badd1f5f0668346c0b57..30e961057b3f759fa5ace4e3012df88717c3b3d9 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 12.0, NetBSD 8.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 12.0, NetBSD 8.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 14, Android 9.0.
 @end itemize
index 3b7628f4dd5979396fc36165621a441e9165a3e9..fa1920e26f8d105ec9fd3cbe6107c3dc5e743498 100644 (file)
@@ -13,5 +13,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This header file is missing on many platforms:
-glibc 2.41, macOS 14, FreeBSD 9.3, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.6.0, mingw, MSVC 14, Android 9.0.
+glibc 2.42, macOS 14, FreeBSD 9.3, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.6.0, mingw, MSVC 14, Android 9.0.
 @end itemize
index 1c51314d6569dd10c0c76877f75509459846e5a7..75d9128cd8d2441e7346cbb01d688178591be662 100644 (file)
@@ -39,7 +39,7 @@ non-zero value; otherwise, the gnulib replacement is 0.
 
 @item
 @samp{O_EXEC} is not defined on some platforms:
-glibc 2.41, macOS 12, FreeBSD 7.4, NetBSD 9.4, OpenBSD 7.5, HP-UX 11, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android.
+glibc 2.42, macOS 12, FreeBSD 7.4, NetBSD 9.4, OpenBSD 7.5, HP-UX 11, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android.
 However, glibc does define @samp{O_EXEC} on GNU/Hurd.
 When not otherwise defined,
 Gnulib defines this macro to @samp{O_RDONLY}, which is typically 0.
@@ -53,7 +53,7 @@ descriptor.
 
 @item
 @samp{O_SEARCH} is not defined on some platforms:
-glibc 2.41, macOS 12, FreeBSD 12.4, NetBSD 6.1, OpenBSD 7.5, AIX 6.1, HP-UX 11, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android.
+glibc 2.42, macOS 12, FreeBSD 12.4, NetBSD 6.1, OpenBSD 7.5, AIX 6.1, HP-UX 11, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android.
 When not otherwise defined,
 Gnulib defines this macro to @samp{O_RDONLY}, which is typically 0.
 
@@ -136,7 +136,7 @@ glibc 2.13, macOS 13, FreeBSD 13.0, NetBSD 9.2, OpenBSD 7.1, Minix 3.3.0, AIX 7.
 Although POSIX.1-2024 standardized @code{O_CLOFORK},
 @code{FD_CLOFORK} and @code{F_DUPFD_CLOFORK},
 they are not defined on most platforms:
-glibc 2.41, musl libc, macOS 15.5, FreeBSD 14.2, NetBSD 10.1, OpenBSD 7.7, Minix 3.3.0, AIX 7.3, Solaris 11.3, Cygwin 3.6.2, mingw, MSVC 14.
+glibc 2.42, musl libc, macOS 15.5, FreeBSD 14.2, NetBSD 10.1, OpenBSD 7.7, Minix 3.3.0, AIX 7.3, Solaris 11.3, Cygwin 3.6.2, mingw, MSVC 14.
 
 @item
 @samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK},
index 988f3ca0820ccec1fa87cfaa62f92f961f3e9683..1eabe568b0ac4d873f5bfa30f439164f034dea2f 100644 (file)
@@ -21,7 +21,7 @@ glibc 2.26, musl libc, macOS 11.1, NetBSD 8.0, OpenBSD 7.5, AIX 7.2, HP-UX 11.31
 @item
 The constants @code{ABALTMON_1} to @code{ABALTMON_12} are not defined on many
 platforms:
-glibc 2.41, musl libc, macOS 14, NetBSD 10.0, OpenBSD 7.6, AIX 7.3, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 3.5.
+glibc 2.42, musl libc, macOS 14, NetBSD 10.0, OpenBSD 7.6, AIX 7.3, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 3.5.
 @item
 The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
 @code{ERA_T_FMT}, @code{ALT_DIGITS} are not defined on some platforms:
index 403088c6fc57e81bb618138424b6cdee152d32a4..cd0461bcfa01bb2b30019f1c057c541832b6c2d8 100644 (file)
@@ -23,7 +23,7 @@ Minix 3.3.0, AIX 7.3, HP-UX 11, Solaris 11.4.
 On some systems that support GNU extensions, @code{RE_SYNTAX_EMACS} is 0
 even though it should be @code{(RE_CHAR_CLASSES | RE_INTERVALS)}
 to be compatible with Emacs 21 (2001) and later:
-glibc 2.41, Cygwin 2.6.x.
+glibc 2.42, Cygwin 2.6.x.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 7cf4d8d990e13fdc56b1c4be4b3432cce8c91d16..ef74a69d90e738697d4762d2cd08c075269f02ce 100644 (file)
@@ -37,7 +37,7 @@ MirBSD 10.
 The macro @code{WCOREDUMP} is not defined in this header file (only in
 @code{<sys/wait.h>}) on some platforms:
 @c https://sourceware.org/PR32551
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index aa1f3be21edf10453427e09032ab24f805ceba4a..4619ddf732f89b8d7a106fde85de5a73210e8fac 100644 (file)
@@ -86,9 +86,9 @@ mingw, MSVC 14.
 @item
 This header file does not define the constant @code{SOCK_CLOFORK}
 on some platforms:
-glibc 2.41, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.3, Cygwin, mingw, MSVC, Android.
+glibc 2.42, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.3, Cygwin, mingw, MSVC, Android.
 @item
 This header file does not define the constant @code{MSG_CMSG_CLOFORK}
 on some platforms:
-glibc 2.41, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.4, Cygwin, mingw, MSVC, Android.
+glibc 2.42, musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Solaris 11.4, Cygwin, mingw, MSVC, Android.
 @end itemize
index a14464a4c443436a03fc2657fe2b043c8b61e346..267a586075691890d9b85742afbbd759636e5170 100644 (file)
@@ -20,7 +20,7 @@ Cygwin 3.5.5, mingw, MSVC 14.
 @item
 This header file causes compilation errors in C++ mode on some platforms:
 @c https://sourceware.org/PR32024
-glibc 2.41.
+glibc 2.42.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 044cf83b8f984a3b9b4c4a1fc15398846019fd06..fd9eb7b7dac1e951dbad70f499dbe790a3d2ef87 100644 (file)
@@ -25,7 +25,7 @@ The @code{_exit} function is not declared in this file on some platforms:
 mingw.
 @item
 This header file does not define @code{O_CLOEXEC} on some platforms:
-glibc 2.41, macOS 12, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5, mingw.
+glibc 2.42, macOS 12, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, AIX 7.3, Solaris 11.4, Cygwin 3.5, mingw.
 
 @item
 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
index 1c7b5ef76f75dc6abc405305d4e0a0318be33d8d..026fb835adcbbbab9a783df89452c41a0c3f13a4 100644 (file)
@@ -33,7 +33,7 @@ On some platforms, the @code{struct utmpx} field @code{ut_tv} is not
 of type @code{struct timeval}.  Instead, it is a different
 struct with @code{tv_sec} and @code{tv_usec} members that may
 have different types than the members of @code{struct timeval}:
-glibc 2.41 on platforms where @code{time_t} was historically 32 bits
+glibc 2.42 on platforms where @code{time_t} was historically 32 bits
 and where log file formats were not changed when 64-bit @code{time_t}
 was introduced.
 @item