log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / doc / glibc-functions / futimes.texi
blobeefff8da2c41fb5761834c41bb02ea39904674a4
1 @node futimes
2 @subsection @code{futimes}
3 @findex futimes
5 Gnulib module: ---
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, mingw, MSVC 14, Interix 3.5, BeOS, Android 7.1.
16 @item
17 This function cannot set full timestamp resolution.  Use
18 @code{futimens(fd,times)} instead.
19 @end itemize