summaryrefslogtreecommitdiff
path: root/gnulib/modules/fdutimensat
blob: 66d5b4b692a5dfafcf3fdbc4ca225513709e3fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
Set file access and modification times, relative to a directory.

Files:
lib/fdutimensat.c
lib/utimens.h

Depends-on:
futimens
utimensat

configure.ac:
AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h
gl_MODULE_INDICATOR([fdutimensat])

Makefile.am:
lib_SOURCES += fdutimensat.c

Include:
<fcntl.h>
"utimens.h"

Link:
$(LIB_CLOCK_GETTIME)

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering, Eric Blake