mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
4890a0c51a
* lib/utimens.c (lutimens): Use issymlink instead of readlink. * modules/utimens (Depends-on): Remove readlink. Add issymlink.
45 lines
443 B
Plaintext
45 lines
443 B
Plaintext
Description:
|
|
Set file access and modification times.
|
|
|
|
Files:
|
|
lib/utimens.c
|
|
lib/utimens.h
|
|
m4/utimens.m4
|
|
m4/utimes.m4
|
|
|
|
Depends-on:
|
|
errno-h
|
|
extern-inline
|
|
fcntl-h
|
|
fstat
|
|
lstat
|
|
gettime
|
|
issymlink
|
|
msvc-nothrow
|
|
stat
|
|
stat-time
|
|
bool
|
|
sys_stat-h
|
|
sys_time-h
|
|
time-h
|
|
utime
|
|
utime-h
|
|
|
|
configure.ac:
|
|
gl_UTIMENS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += utimens.c
|
|
|
|
Include:
|
|
"utimens.h"
|
|
|
|
Link:
|
|
$(CLOCK_TIME_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering, Eric Blake
|