* MODULES.html.sh (File system functions): Add stat-time.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Sep 2005 06:52:14 +0000 (06:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Sep 2005 06:52:14 +0000 (06:52 +0000)
commit0fecb046139645c251a2f1c548280590f5f29126
tree694982909f9ae9c344e900a16ebafd1b1253e08b
parent1e3866b67e6edb6b62ebd85654c4a0f040b8597d
* 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.
ChangeLog
MODULES.html.sh
lib/ChangeLog
lib/stat-time.h [new file with mode: 0644]
lib/timespec.h
m4/ChangeLog
m4/st_mtim.m4 [deleted file]
m4/stat-time.m4 [new file with mode: 0644]
m4/timespec.m4
modules/stat-time [new file with mode: 0644]
modules/timespec