diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/posix-functions/pthread_cancel.texi | 2 | ||||
-rw-r--r-- | doc/posix-functions/pthread_setcancelstate.texi | 2 | ||||
-rw-r--r-- | doc/posix-functions/pthread_setcanceltype.texi | 2 | ||||
-rw-r--r-- | doc/posix-functions/pthread_testcancel.texi | 2 |
4 files changed, 4 insertions, 4 deletions
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 |