Fix cross-compile guess for utime test.
[gnulib.git] / doc / posix-functions / utime.texi
1 @node utime
2 @section @code{utime}
3 @findex utime
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/utime.html}
6
7 Gnulib module: utime
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On some old platforms (Sequent), @code{utime (file, NULL)} fails to set the
13 file's timestamp to the current time.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize