1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/stat-time
Paul Eggert 56c2613a06 stat-time: use extern-inline
* 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.
2012-08-01 14:33:36 -07:00

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