summaryrefslogtreecommitdiff
path: root/doc/glibc-functions/futimes.texi
blob: f40e3c1768726043ce648337c094b2d81258075a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@node futimes
@subsection @code{futimes}
@findex futimes

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, mingw, Interix
3.5, BeOS.
@item
This function cannot set full timestamp resolution.  Use
@code{futimens(fd,times)} instead.
@end itemize