Rename two directories: headers -> posix-headers, functions -> posix-functions.
[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/susv3xsh/utime.html}
6
7 Gnulib module: utime
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On some old platforms, @code{utime (file, NULL)} fails to set the file's
13 timestamp to the current time.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize