James Youngman wrote: > * modules/stat-size: New module. Provides macros for accessing > file size information in instances of struct stat. Depends on the > fileblocks module because it calls st_blocks. > * lib/stat-size.h: New file, adapted from coreutils' system.h. > * doc/gnulib.texi: Include stat-size.texi. > * doc/stat-size.texi: Documentation for this module. > * m4/stat-size.m4: New file; defines gl_STAT_SIZE. > * m4/fileblocks.m4: Mention that stat-size depends on the call to > AC_STRUCT_ST_BLOCKS. > --- > ChangeLog | 13 ++++++ > doc/gnulib.texi | 4 ++ > doc/stat-size.texi | 25 ++++++++++++ > lib/stat-size.h | 111 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > m4/fileblocks.m4 | 4 ++ > m4/stat-size.m4 | 14 +++++++ > modules/stat-size | 24 +++++++++++ > 7 files changed, 195 insertions(+), 0 deletions(-) > create mode 100644 doc/stat-size.texi > create mode 100644 lib/stat-size.h > create mode 100644 m4/stat-size.m4 > create mode 100644 modules/stat-size
This looks fine. Thanks again.