mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
33 lines
361 B
Plaintext
33 lines
361 B
Plaintext
Description:
|
|
utime() function: change access and/or modification times of a file.
|
|
|
|
Files:
|
|
lib/utime.c
|
|
m4/utimbuf.m4
|
|
m4/utime.m4
|
|
m4/utimes.m4
|
|
m4/utimes-null.m4
|
|
|
|
Depends-on:
|
|
safe-read
|
|
full-write
|
|
|
|
configure.ac:
|
|
gl_FUNC_UTIME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#if HAVE_UTIME_H
|
|
# include <utime.h>
|
|
#else
|
|
# include <sys/utime.h>
|
|
#endif
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|