diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-10 00:59:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-10 00:59:51 -0700 |
commit | bb0d76e44d94e42c29fe4ea34bb6a47b7d87ac71 (patch) | |
tree | 60eb6f8c7bf115c9b1d88cb6732ccc70c7ac45de /doc | |
parent | e133742d76872a3c5de24288ab012e4831d38d75 (diff) | |
download | gnulib-bb0d76e44d94e42c29fe4ea34bb6a47b7d87ac71.tar.gz |
pthread: document Android limits
Problem reported by Devin Hussey in:
https://lists.gnu.org/r/bug-gnulib/2018-05/msg00062.html
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 |