popen-safer: test O_CLOEXEC at run-time.
[gnulib.git] / modules / utime
1 Description:
2 utime() function: change access and/or modification times of a file.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete. It can be removed on 2010-01-01.
9
10 Files:
11 lib/utime.c
12 m4/utimbuf.m4
13 m4/utime.m4
14 m4/utimes.m4
15 m4/utimes-null.m4
16
17 Depends-on:
18 open
19 full-write
20 safe-read
21
22 configure.ac:
23 gl_FUNC_UTIME
24
25 Makefile.am:
26
27 Include:
28 #if HAVE_UTIME_H
29 # include <utime.h>
30 #else
31 # include <sys/utime.h>
32 #endif
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering