bump standards-version
[gnulib.git] / doc / glibc-functions / futimesat.texi
1 @node futimesat
2 @subsection @code{futimesat}
3 @findex futimesat
4
5 Gnulib module: ---
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
10
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8,
16 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin 1.5.x, mingw, MSVC 9,
17 Interix 3.5, BeOS.
18 @item
19 On some platforms, this function mis-handles trailing slash:
20 Solaris 9.
21 @item
22 This function cannot set full timestamp resolution.  Use
23 @code{file ? utimensat(fd,file,times,0) : futimens(fd,times)}, or the
24 gnulib module fdutimensat, instead.
25 @end itemize