mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/stat-time.c: New file. * lib/stat-time.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. (_GL_STAT_TIME_INLINE): New macro. Use it instead of 'static inline'. * modules/stat-time (Files): Add lib/stat-time.c. (Depends-on): Add extern-inline. (lib_SOURCES): Add stat-time.c.
29 lines
311 B
Plaintext
29 lines
311 B
Plaintext
Description:
|
|
stat-related time functions
|
|
|
|
Files:
|
|
lib/stat-time.h
|
|
lib/stat-time.c
|
|
m4/stat-time.m4
|
|
|
|
Depends-on:
|
|
time
|
|
extensions
|
|
extern-inline
|
|
|
|
configure.ac:
|
|
gl_STAT_TIME
|
|
gl_STAT_BIRTHTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += stat-time.c
|
|
|
|
Include:
|
|
"stat-time.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert and Jim Meyering
|