]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Add gnulib stat-time gnulib-port
authorPaul Smith <psmith@gnu.org>
Mon, 4 Jul 2022 22:54:51 +0000 (18:54 -0400)
committerPaul Smith <psmith@gnu.org>
Thu, 7 Jul 2022 06:12:54 +0000 (02:12 -0400)
gl/modules/stat-time [new file with mode: 0644]

diff --git a/gl/modules/stat-time b/gl/modules/stat-time
new file mode 100644 (file)
index 0000000..2f137fc
--- /dev/null
@@ -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