summaryrefslogtreecommitdiff
path: root/doc/posix-functions/renameat.texi
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-06 13:57:50 -0600
committerEric Blake <ebb9@byu.net>2009-10-06 22:11:29 -0600
commit396ef4ef06e423ba882bbe65ad70ab0b06332a7b (patch)
tree7675e00c006fb4f02f05cb4edaa61aade930f574 /doc/posix-functions/renameat.texi
parent3cfa87074aacbe7975f7b019d652a97488173f02 (diff)
downloadgnulib-396ef4ef06e423ba882bbe65ad70ab0b06332a7b.tar.gz
doc: tweak *at function documentation
* doc/posix-functions/faccessat.texi (faccessat): Mention known issue with replacement. * doc/posix-functions/fchdir.texi (fchdir): Likewise. * doc/posix-functions/linkat.texi (linkat): Likewise. * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise. * doc/posix-functions/mknodat.texi (mknodat): Likewise. * doc/posix-functions/readlinkat.texi (readlinkat): Likewise. * doc/posix-functions/renameat.texi (renameat): Likewise. * doc/posix-functions/symlinkat.texi (symlinkat): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc/posix-functions/renameat.texi')
-rw-r--r--doc/posix-functions/renameat.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/posix-functions/renameat.texi b/doc/posix-functions/renameat.texi
index 52f3921a66..ff08b09b27 100644
--- a/doc/posix-functions/renameat.texi
+++ b/doc/posix-functions/renameat.texi
@@ -21,6 +21,7 @@ This function is missing on some platforms:
glibc 2.3.6, MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX
5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin 1.5.x, mingw,
Interix 3.5, BeOS.
+But the replacement function is not safe to be used in libraries and is not multithread-safe.
@end itemize
Portability problems not fixed by Gnulib: