summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/fstimeprec24
-rw-r--r--gl/modules/fstimeprec-tests10
2 files changed, 34 insertions, 0 deletions
diff --git a/gl/modules/fstimeprec b/gl/modules/fstimeprec
new file mode 100644
index 000000000..787c2e7a0
--- /dev/null
+++ b/gl/modules/fstimeprec
@@ -0,0 +1,24 @@
+Description:
+estimate precision of time stamps in file systems
+
+Files:
+lib/fstimeprec.c
+lib/fstimeprec.h
+
+Depends-on:
+hash
+stat-time
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += fstimeprec.c fstimeprec.h
+
+Include:
+"fstimeprec.h"
+
+License
+GPL
+
+Maintainer:
+Paul Eggert and Jim Meyering
diff --git a/gl/modules/fstimeprec-tests b/gl/modules/fstimeprec-tests
new file mode 100644
index 000000000..bf6b49e6b
--- /dev/null
+++ b/gl/modules/fstimeprec-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-fstimeprec.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-fstimeprec
+check_PROGRAMS += test-fstimeprec