From: Bruno Haible Date: Sat, 8 Feb 2020 14:54:25 +0000 (+0100) Subject: doc: Update for glibc 2.31. X-Git-Tag: v1.0~4262 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3be55f263f4e84d1ccd433037024606a9610d2e1;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index f2c8c4124e..533dc313e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-02-08 Bruno Haible + + 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 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 index 0000000000..03ca09ace0 --- /dev/null +++ b/doc/glibc-functions/pthread_clockjoin_np.texi @@ -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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 45b9a8cf97..c9501ca237 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -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 diff --git a/doc/pastposix-functions/h_errno.texi b/doc/pastposix-functions/h_errno.texi index 77fa2a4356..6d2a2d2ce6 100644 --- a/doc/pastposix-functions/h_errno.texi +++ b/doc/pastposix-functions/h_errno.texi @@ -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 diff --git a/doc/posix-functions/crypt.texi b/doc/posix-functions/crypt.texi index d48f0fa6ee..b060696d21 100644 --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -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{} (without @code{-D_GNU_SOURCE}) on some platforms: diff --git a/doc/posix-functions/setkey.texi b/doc/posix-functions/setkey.texi index 8e05f3a511..6128c58cfa 100644 --- a/doc/posix-functions/setkey.texi +++ b/doc/posix-functions/setkey.texi @@ -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{} (without @code{-D_GNU_SOURCE}) on some platforms: diff --git a/doc/posix-functions/totalorder.texi b/doc/posix-functions/totalorder.texi index 447b20e7f7..9df04df1ea 100644 --- a/doc/posix-functions/totalorder.texi +++ b/doc/posix-functions/totalorder.texi @@ -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 diff --git a/doc/posix-functions/totalorderf.texi b/doc/posix-functions/totalorderf.texi index 06b1d9166c..456c1a2a56 100644 --- a/doc/posix-functions/totalorderf.texi +++ b/doc/posix-functions/totalorderf.texi @@ -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 diff --git a/doc/posix-functions/totalorderl.texi b/doc/posix-functions/totalorderl.texi index 161a0e0948..a011409ca3 100644 --- a/doc/posix-functions/totalorderl.texi +++ b/doc/posix-functions/totalorderl.texi @@ -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 diff --git a/doc/posix-functions/totalordermag.texi b/doc/posix-functions/totalordermag.texi index be12592ea9..56f9c33015 100644 --- a/doc/posix-functions/totalordermag.texi +++ b/doc/posix-functions/totalordermag.texi @@ -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 diff --git a/doc/posix-functions/totalordermagf.texi b/doc/posix-functions/totalordermagf.texi index f9d5a58643..15b7acaa06 100644 --- a/doc/posix-functions/totalordermagf.texi +++ b/doc/posix-functions/totalordermagf.texi @@ -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 diff --git a/doc/posix-functions/totalordermagl.texi b/doc/posix-functions/totalordermagl.texi index 3033d7cd9c..d345c53e63 100644 --- a/doc/posix-functions/totalordermagl.texi +++ b/doc/posix-functions/totalordermagl.texi @@ -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