Branch
Hash :
4890a0c5
Author :
Date :
2025-08-14T22:34:17
utimens: Use issymlink. * lib/utimens.c (lutimens): Use issymlink instead of readlink. * modules/utimens (Depends-on): Remove readlink. Add issymlink.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44
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