summaryrefslogtreecommitdiff
path: root/doc/posix-functions/utime.texi
blob: 8df87f95d4a97773b6be15a0a3d1ade78fbd90da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@node utime
@section @code{utime}
@findex utime

POSIX specification: @url{http://www.opengroup.org/susv3xsh/utime.html}

Gnulib module: utime

Portability problems fixed by Gnulib:
@itemize
@item
On some old platforms, @code{utime (file, NULL)} fails to set the file's
timestamp to the current time.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize