mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
30 lines
368 B
Plaintext
30 lines
368 B
Plaintext
Description:
|
|
Set file access and modification times, relative to a directory.
|
|
|
|
Files:
|
|
lib/fdutimensat.c
|
|
lib/utimens.h
|
|
|
|
Depends-on:
|
|
futimens
|
|
utimensat
|
|
|
|
configure.ac:
|
|
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
|