1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-20 11:01:20 +03:00
Files
gnulib/modules/stat-time
Paul Eggert 0fecb04613 * MODULES.html.sh (File system functions): Add stat-time.
* lib/stat-time.h: New file.
* lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
(MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
in a different way.
(timespec_cmp): New function.
* m4/st_mtim.m4: Remove.  Superseded by...
* m4/stat-time.m4: New file.
* m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
* modules/stat-time: New file.
* modules/timespec (Files): Remove m4/st_mtim.m4; this
is now done in a different way, by the stat-time module.
2005-09-16 06:52:14 +00:00

24 lines
225 B
Plaintext

Description:
stat-related time functions
Files:
lib/stat-time.h
m4/stat-time.m4
Depends-on:
timespec
configure.ac:
gl_STAT_TIME
Makefile.am:
Include:
"stat-time.h"
License:
GPL
Maintainer:
Paul Eggert and Jim Meyering