mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/sys_stat-h: Renamed from modules/sys_stat. * modules/sys_stat-h-tests: Renamed from modules/sys_stat-tests. * modules/sys_stat-h-c++-tests: Renamed from modules/sys_stat-c++-tests. * tests/test-sys_stat-h.c: Renamed from tests/test-sys_stat.c. * tests/test-sys_stat-h-c++.cc: Renamed from tests/test-sys_stat-c++.cc. * doc/posix-headers/sys_stat.texi: Update. * doc/posix-functions/mkdir.texi: Update. * modules/* (Depends-on): Update. * modules/sys_stat: New file.
35 lines
560 B
Plaintext
35 lines
560 B
Plaintext
Description:
|
|
Set file access and modification times of a file descriptor.
|
|
|
|
Files:
|
|
lib/futimens.c
|
|
m4/futimens.m4
|
|
|
|
Depends-on:
|
|
sys_stat-h
|
|
extensions
|
|
utimens [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_FUTIMENS
|
|
gl_CONDITIONAL([GL_COND_OBJ_FUTIMENS],
|
|
[test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1])
|
|
gl_SYS_STAT_MODULE_INDICATOR([futimens])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FUTIMENS
|
|
lib_SOURCES += futimens.c
|
|
endif
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
Link:
|
|
$(CLOCK_TIME_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|