f40e3c1768726043ce648337c094b2d81258075a
[gnulib.git] / doc / glibc-functions / futimes.texi
1 @node futimes
2 @subsection @code{futimes}
3 @findex futimes
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 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, mingw, Interix
16 3.5, BeOS.
17 @item
18 This function cannot set full timestamp resolution.  Use
19 @code{futimens(fd,times)} instead.
20 @end itemize