New module 'stat-size'.
authorJames Youngman <jay@gnu.org>
Sat, 11 Jun 2011 00:15:39 +0000 (01:15 +0100)
committerJames Youngman <jay@gnu.org>
Sat, 11 Jun 2011 11:52:22 +0000 (12:52 +0100)
commit9fc77bc59374e21e1174742df416af186a368e14
tree85753a7dd655e49e7f98c8d832704cfd2212914b
parentf462d86108d41b1ca0f48b51caad6c696d67d8fd
New module 'stat-size'.

* 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
doc/gnulib.texi
doc/stat-size.texi [new file with mode: 0644]
lib/stat-size.h [new file with mode: 0644]
m4/fileblocks.m4
m4/stat-size.m4 [new file with mode: 0644]
modules/stat-size [new file with mode: 0644]