mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* 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.
25 lines
238 B
Plaintext
25 lines
238 B
Plaintext
Description:
|
|
stat-related file size macros
|
|
|
|
Files:
|
|
lib/stat-size.h
|
|
m4/stat-size.m4
|
|
|
|
Depends-on:
|
|
fileblocks
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_STAT_SIZE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stat-size.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
James Youngman, Jim Meyering
|