]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update for glibc 2.31.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Feb 2020 14:54:25 +0000 (15:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Feb 2020 15:00:01 +0000 (16:00 +0100)
* doc/glibc-functions/pthread_clockjoin_np.texi: New file.
* doc/gnulib.texi: Include it.
* doc/pastposix-functions/h_errno.texi: Update.
* doc/posix-functions/*.texi: Likewise.

12 files changed:
ChangeLog
doc/glibc-functions/pthread_clockjoin_np.texi [new file with mode: 0644]
doc/gnulib.texi
doc/pastposix-functions/h_errno.texi
doc/posix-functions/crypt.texi
doc/posix-functions/setkey.texi
doc/posix-functions/totalorder.texi
doc/posix-functions/totalorderf.texi
doc/posix-functions/totalorderl.texi
doc/posix-functions/totalordermag.texi
doc/posix-functions/totalordermagf.texi
doc/posix-functions/totalordermagl.texi

index f2c8c4124e43c09e8241c6d0e5a6f56b55132760..533dc313e678b55ded4f6c1b1bcc17dc3eeaf328 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-02-08  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update for glibc 2.31.
+       * doc/glibc-functions/pthread_clockjoin_np.texi: New file.
+       * doc/gnulib.texi: Include it.
+       * doc/pastposix-functions/h_errno.texi: Update.
+       * doc/posix-functions/*.texi: Likewise.
+
 2020-02-08  Kenneth D'souza  <kdsouza@redhat.com>
 
        mountlist: consider smb3 file systems as remote
diff --git a/doc/glibc-functions/pthread_clockjoin_np.texi b/doc/glibc-functions/pthread_clockjoin_np.texi
new file mode 100644 (file)
index 0000000..03ca09a
--- /dev/null
@@ -0,0 +1,30 @@
+@node pthread_clockjoin_np
+@subsection @code{pthread_clockjoin_np}
+@findex pthread_clockjoin_np
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Default Thread Attributes,,Setting Process-wide defaults for thread attributes,libc}.
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Default-Thread-Attributes.html}.
+@end ifnotinfo
+@c Not yet.
+@c @item
+@c @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_clockjoin_np.3.html,,man pthread_clockjoin_np}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@end itemize
index 45b9a8cf975c1ee99831f42e32791b80e3c73d70..c9501ca237b9934035b1c1e180e0ae14b01ce4e3 100644 (file)
@@ -4743,6 +4743,7 @@ This list of functions is sorted according to the header that declares them.
 @menu
 * pthread_attr_getaffinity_np::
 * pthread_attr_setaffinity_np::
+* pthread_clockjoin_np::
 * pthread_cond_clockwait::
 * pthread_getaffinity_np::
 * pthread_getattr_default_np::
@@ -4768,6 +4769,7 @@ This list of functions is sorted according to the header that declares them.
 
 @include glibc-functions/pthread_attr_getaffinity_np.texi
 @include glibc-functions/pthread_attr_setaffinity_np.texi
+@include glibc-functions/pthread_clockjoin_np.texi
 @include glibc-functions/pthread_cond_clockwait.texi
 @include glibc-functions/pthread_getaffinity_np.texi
 @include glibc-functions/pthread_getattr_default_np.texi
index 77fa2a4356c0174ece5cbe8118010557b9ba62b6..6d2a2d2ce6391b16081ceb5d199b735e301e3574 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.30, IRIX 6.5, Cygwin, mingw, MSVC 14, Android 9.0.
+glibc 2.31, IRIX 6.5, Cygwin, mingw, MSVC 14, Android 9.0.
 @end itemize
index d48f0fa6ee9f0f06bc724f516c6c623efb926958..b060696d211f0e1f33a620728596e1b3d7aecebd 100644 (file)
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.30, FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 14, Android 9.0.
+glibc 2.31, FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 14, Android 9.0.
 @item
 This function is not declared in @code{<unistd.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
index 8e05f3a511a9cf49701f01f582496cb54922d144..6128c58cfab1193acce4f8e7efb3930443182033 100644 (file)
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-glibc 2.30, NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 14, Android 9.0.
+glibc 2.31, NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 14, Android 9.0.
 @item
 This function is not declared in @code{<stdlib.h>}
 (without @code{-D_GNU_SOURCE}) on some platforms:
index 447b20e7f7bdd1403fc20ab2a04e9d6362426c57..9df04df1ea867e748e2ff8f749039bac88bf6374 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize
index 06b1d9166c9656f4c0d11e1a498ae8dc1a35542f..456c1a2a5622505e58eaf8e4144834888eed34a9 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize
index 161a0e0948ccb4c7437846c5bb4ce29abf2cfe5c..a011409ca373985db25e2ca2ae2aba5fb7fcaa43 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize
index be12592ea9eaaf591d2f5cf6832feef1b4a6646e..56f9c330158bebe5f910564072c9c4a1f6551df2 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize
index f9d5a58643201a4ac240d09eb408cfd900ebf3a7..15b7acaa06a78e2f7ba694bf212adbc7d5d13e05 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize
index 3033d7cd9cf0adb23c2ed14b084321106da71f9a..d345c53e639d5dee9f9aab4998861085d8eb702f 100644 (file)
@@ -21,4 +21,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on all non-glibc platforms:
 glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
+@item
+This function has a different signature on some platforms:
+glibc 2.30.
 @end itemize