From 06a5bd526097e1e00e9b13efb38517fc417db611 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 4 Jul 2022 18:54:51 -0400 Subject: [PATCH] Add gnulib stat-time --- gl/modules/stat-time | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gl/modules/stat-time 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 -- 2.47.2