summaryrefslogtreecommitdiff
path: root/doc/posix-functions/utimensat.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:06 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:06 +0200
commitfef6e50422d21d594664da98236042e43e472d77 (patch)
treedd5d00f6a8c096b8c044de24a55908a71ac56879 /doc/posix-functions/utimensat.texi
parent6019b30b72035a0f38e77721de18a610ec9ba0d1 (diff)
downloadgnulib-fef6e50422d21d594664da98236042e43e472d77.tar.gz
doc: Mention the availability of specific functions in glibc versions.
* doc/glibc-functions/accept4.texi: Add info about glibc. * doc/glibc-functions/dup3.texi: Likewise. * doc/glibc-functions/fallocate.texi: Likewise. * doc/glibc-functions/mkostemp.texi: Likewise. * doc/glibc-functions/pipe2.texi: Likewise. * doc/posix-functions/futimens.texi: Likewise. * doc/posix-functions/pthread_barrierattr_getpshared.texi: Likewise. * doc/posix-functions/pthread_condattr_getclock.texi: Likewise. * doc/posix-functions/pthread_condattr_setclock.texi: Likewise. * doc/posix-functions/pthread_setschedprio.texi: Likewise. * doc/posix-functions/strerror_l.texi: Likewise. * doc/posix-functions/utimensat.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/utimensat.texi')
-rw-r--r--doc/posix-functions/utimensat.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi
index 9182fd6aec..1b8685e145 100644
--- a/doc/posix-functions/utimensat.texi
+++ b/doc/posix-functions/utimensat.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.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, MSVC 14, Interix 3.5, BeOS, Android 3.0.
+glibc 2.5, Mac OS 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, MSVC 14, Interix 3.5, BeOS, Android 3.0.
However, the replacement function may end up truncating timestamps to
worse resolution than supported by the file system. Furthermore, the
replacement function is not safe to be used in libraries and is not