mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 12:58:39 +00:00
Add gnulib stat-time
This commit is contained in:
parent
fe55d6e1e3
commit
06a5bd5260
1 changed files with 30 additions and 0 deletions
30
gl/modules/stat-time
Normal file
30
gl/modules/stat-time
Normal file
|
@ -0,0 +1,30 @@
|
|||
Description:
|
||||
stat-related time functions
|
||||
|
||||
Files:
|
||||
lib/stat-time.h
|
||||
lib/stat-time.c
|
||||
m4/stat-time.m4
|
||||
|
||||
Depends-on:
|
||||
time
|
||||
errno
|
||||
extensions
|
||||
extern-inline
|
||||
intprops
|
||||
|
||||
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
|
Loading…
Reference in a new issue