summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-04 18:54:51 -0400
committerPaul Smith <psmith@gnu.org>2022-07-07 02:12:54 -0400
commit06a5bd526097e1e00e9b13efb38517fc417db611 (patch)
treea98831e05ecb3a1cd4e8a003ce0ca682a998314e
parentfe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e (diff)
downloadmake-git-gnulib-port.tar.gz
Add gnulib stat-timegnulib-port
-rw-r--r--gl/modules/stat-time30
1 files changed, 30 insertions, 0 deletions
diff --git a/gl/modules/stat-time b/gl/modules/stat-time
new file mode 100644
index 00000000..2f137fc2
--- /dev/null
+++ b/gl/modules/stat-time
@@ -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