mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* lib/stat-time.h: Include <sys/stat.h>. 2007-03-27 James Youngman <jay@gnu.org> * lib/stat-time.h (get_stat_birthtime): New function for retrieving st_birthtime as provided by UFS2 (hence *BSD). * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime and its variants. * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME. * modules/stat-time-test: New file. * tests/test-stat-time.c: New test, devised by Bruno Haible.
25 lines
239 B
Plaintext
25 lines
239 B
Plaintext
Description:
|
|
stat-related time functions
|
|
|
|
Files:
|
|
lib/stat-time.h
|
|
m4/stat-time.m4
|
|
|
|
Depends-on:
|
|
time
|
|
|
|
configure.ac:
|
|
gl_STAT_TIME
|
|
gl_STAT_BIRTHTIME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stat-time.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert and Jim Meyering
|