From: Paul Eggert Date: Thu, 10 May 2018 07:59:12 +0000 (-0700) Subject: pthread: document Android limits X-Git-Tag: v1.0~5627 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bb0d76e44d94e42c29fe4ea34bb6a47b7d87ac71;p=gnulib.git pthread: document Android limits Problem reported by Devin Hussey in: https://lists.gnu.org/r/bug-gnulib/2018-05/msg00062.html --- diff --git a/doc/posix-functions/pthread_cancel.texi b/doc/posix-functions/pthread_cancel.texi index 9a7cbd9e5f..936a26f63c 100644 --- a/doc/posix-functions/pthread_cancel.texi +++ b/doc/posix-functions/pthread_cancel.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, Solaris 2.4, mingw, MSVC 14, BeOS. +Android 9, Minix 3.1.8, Solaris 2.4, mingw, MSVC 14, BeOS. @end itemize diff --git a/doc/posix-functions/pthread_setcancelstate.texi b/doc/posix-functions/pthread_setcancelstate.texi index a23b10255d..df60e97ef1 100644 --- a/doc/posix-functions/pthread_setcancelstate.texi +++ b/doc/posix-functions/pthread_setcancelstate.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, HP-UX 11, Solaris 2.4, mingw, MSVC 14, BeOS. +Android 9, Minix 3.1.8, HP-UX 11, Solaris 2.4, mingw, MSVC 14, BeOS. @end itemize diff --git a/doc/posix-functions/pthread_setcanceltype.texi b/doc/posix-functions/pthread_setcanceltype.texi index 7fd426117b..dfe9f7297f 100644 --- a/doc/posix-functions/pthread_setcanceltype.texi +++ b/doc/posix-functions/pthread_setcanceltype.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, HP-UX 11, Solaris 2.4, mingw, MSVC 14, BeOS. +Android 9, Minix 3.1.8, HP-UX 11, Solaris 2.4, mingw, MSVC 14, BeOS. @end itemize diff --git a/doc/posix-functions/pthread_testcancel.texi b/doc/posix-functions/pthread_testcancel.texi index 91ef59ce70..34ca341c9c 100644 --- a/doc/posix-functions/pthread_testcancel.texi +++ b/doc/posix-functions/pthread_testcancel.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, BeOS. +Android 9, Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 14, BeOS. @end itemize