mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/utimens.c: Include <windows.h>, msvc-nothrow.h. (fdutimens): Provide a native Windows implementation, like utime.c with added tv_nsec support. * modules/utimens (Depends-on): Add msvc-nothrow, utime. Suggested by Tim Rühsen <tim.ruehsen@gmx.de>.
43 lines
426 B
Plaintext
43 lines
426 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
|
|
extern-inline
|
|
fcntl-h
|
|
fstat
|
|
lstat
|
|
gettime
|
|
msvc-nothrow
|
|
stat-time
|
|
stdbool
|
|
sys_stat
|
|
sys_time
|
|
time
|
|
utime
|
|
utime-h
|
|
|
|
configure.ac:
|
|
gl_UTIMENS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += utimens.c
|
|
|
|
Include:
|
|
"utimens.h"
|
|
|
|
Link:
|
|
$(LIB_CLOCK_GETTIME)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering, Eric Blake
|