summaryrefslogtreecommitdiff
path: root/doc/posix-functions/faccessat.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-07-31 14:31:24 +0200
committerBruno Haible <bruno@clisp.org>2011-07-31 14:50:18 +0200
commitca2c85799ac5e86ba2d93a6b0628648177984e21 (patch)
tree80899f61a27764653c75ae6bcaa62a8c4056923b /doc/posix-functions/faccessat.texi
parentcd19e83484e2c0ff9fd68e7439dd97128c6a2703 (diff)
downloadgnulib-ca2c85799ac5e86ba2d93a6b0628648177984e21.tar.gz
Documentation about Minix.
* doc/posix-headers/*.texi: Add info about Minix 3.1.8. * doc/glibc-headers/*.texi: Likewise. * doc/posix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/faccessat.texi')
-rw-r--r--doc/posix-functions/faccessat.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/faccessat.texi b/doc/posix-functions/faccessat.texi
index 99058da669..eb7cd6d809 100644
--- a/doc/posix-functions/faccessat.texi
+++ b/doc/posix-functions/faccessat.texi
@@ -10,8 +10,8 @@ Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX
-5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw,
+glibc 2.3.6, MacOS X 10.5, 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,
Interix 3.5, BeOS.
However, the replacement does not always take into account ACLs. Also,
it is not safe to be used in libraries and is not multithread-safe.