view modules/stat-time @ 6237:d81a8251a9b0

* 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 16 Sep 2005 06:52:14 +0000
parents
children be9e01d008cb
line wrap: on
line source

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