diff options
author | Bruno Haible <bruno@clisp.org> | 2019-07-06 04:35:31 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2019-07-06 04:35:31 +0200 |
commit | a4b2403aba8d8a8add531abe9b4da5650ef33f4b (patch) | |
tree | bbc24f3d0b3e30227d7005fd6c0dce345cc3020c /doc/posix-headers/threads.texi | |
parent | 7ce5f5c77f679f0da1fa15f4fb7c9e103685d079 (diff) | |
download | gnulib-a4b2403aba8d8a8add531abe9b4da5650ef33f4b.tar.gz |
doc: Remove documentation of BeOS as a supported platform.
* doc/gnulib-intro.texi (Target Platforms): Mention that BeOS is
unsupported.
* doc/*-functions/*printf.texi: Don't mention BeOS specific workarounds.
* doc/posix-functions/getdelim.texi: Likewise.
* doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-headers/threads.texi')
-rw-r--r-- | doc/posix-headers/threads.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-headers/threads.texi b/doc/posix-headers/threads.texi index d3bc66f47d..4f4472062c 100644 --- a/doc/posix-headers/threads.texi +++ b/doc/posix-headers/threads.texi @@ -9,7 +9,7 @@ Portability problems fixed by Gnulib: @itemize @item This header file is missing on many platforms: -glibc 2.27, Mac OS X 10.5, FreeBSD 9.3, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0. +glibc 2.27, Mac OS X 10.5, FreeBSD 9.3, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, Android 9.0. @item This header file defines @code{thrd_start_t} incorrectly on some platforms: AIX 7.2. |