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-functions/linkat.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-functions/linkat.texi')
-rw-r--r-- | doc/posix-functions/linkat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/linkat.texi b/doc/posix-functions/linkat.texi index e5ed190c82..4c4f90766e 100644 --- a/doc/posix-functions/linkat.texi +++ b/doc/posix-functions/linkat.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, Mac OS X < 10.10, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4. +glibc 2.3.6, Mac OS X < 10.10, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, Android 4.4. But the replacement function is not safe to be used in libraries and is not multithread-safe. @item This function fails to directly hardlink symlinks on some platforms: |