diff options
author | Bruno Haible <bruno@clisp.org> | 2018-05-13 13:44:57 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2018-05-13 13:44:57 +0200 |
commit | be18f9170e1989b601a08aada31438cca87cffdd (patch) | |
tree | 9934f273765e627fcd247bb2a2d1b0c91b2a4253 /doc/posix-functions/pthread_spin_trylock.texi | |
parent | c03be38093224572c21fd81a13f1ea451c4060fd (diff) | |
download | gnulib-be18f9170e1989b601a08aada31438cca87cffdd.tar.gz |
doc: Add info about Android versions 2.0 to 8.1.
* doc/**/*.texi: Add info about functions in all released versions of
Bionic.
Diffstat (limited to 'doc/posix-functions/pthread_spin_trylock.texi')
-rw-r--r-- | doc/posix-functions/pthread_spin_trylock.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/pthread_spin_trylock.texi b/doc/posix-functions/pthread_spin_trylock.texi index 3d3eec47ee..f22ad30663 100644 --- a/doc/posix-functions/pthread_spin_trylock.texi +++ b/doc/posix-functions/pthread_spin_trylock.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Mac OS X 10.5, FreeBSD 5.2.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 4.3. +Mac OS X 10.5, FreeBSD 5.2.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, BeOS, Android 6.0. @end itemize |