2 @subsection @code{futimesat}
5 Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/futimesat.2.html,,man futimesat}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This function is missing on some platforms:
17 glibc 2.3.6, Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin 1.5.x, mingw, MSVC 14, Android 7.1.
19 On some platforms, this function mis-handles trailing slash:
22 This function cannot set full timestamp resolution. Use
25 file ? utimensat(fd, file, times, 0)
29 @noindent or the gnulib module @code{fdutimensat}, instead.