summaryrefslogtreecommitdiff
path: root/modules/timespec-sub
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-06-30 15:17:31 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-30 15:24:37 -0700
commit81979bc8e213e442acf9f2bef9f6e227602c5b70 (patch)
tree16c3b38b7d79ef1decdd732d1619ee4c7504b77d /modules/timespec-sub
parent2deeabadbd2d7eaebc49d62f818e60f40159b0ff (diff)
downloadgnulib-81979bc8e213e442acf9f2bef9f6e227602c5b70.tar.gz
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls. * lib/timespec-add.c, lib/timespec-sub.c: * modules/timespec-add, modules/timespec-sub: New files.
Diffstat (limited to 'modules/timespec-sub')
-rw-r--r--modules/timespec-sub25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/timespec-sub b/modules/timespec-sub
new file mode 100644
index 0000000000..3ec70b31a6
--- /dev/null
+++ b/modules/timespec-sub
@@ -0,0 +1,25 @@
+Description:
+Subtract timespec values.
+
+Files:
+lib/timespec-sub.c
+
+Depends-on:
+intprops
+timespec
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += timespec-sub.c
+
+Include:
+"timespec.h"
+
+Link:
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering