summaryrefslogtreecommitdiff
path: root/modules/timespec-add
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-17 12:24:07 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-17 12:49:42 -0700
commitd959e39cbd54b4755525bcbd907a3402843dabba (patch)
tree0ac67f178f429d0fb7d6dd1673c98ab40d82238f /modules/timespec-add
parent0a4e0cab0dbb2a70e26484e32378784b5106ae08 (diff)
downloadgnulib-d959e39cbd54b4755525bcbd907a3402843dabba.tar.gz
stdckdint: use in more modules
* lib/nstrftime.c (__strftime_internal): * lib/timespec-add.c (timespec_add): * lib/timespec-sub.c (timespec_sub): * lib/xstrtol.c (bkm_scale): Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h. * modules/nstrftime, modules/timespec-add, modules/timespec-sub: * modules/xstrtol: (Depends-on): Add stdckdint.
Diffstat (limited to 'modules/timespec-add')
-rw-r--r--modules/timespec-add1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/timespec-add b/modules/timespec-add
index 68050bf856..45daf6e26b 100644
--- a/modules/timespec-add
+++ b/modules/timespec-add
@@ -7,6 +7,7 @@ lib/timespec-add.c
Depends-on:
c99
intprops
+stdckdint
timespec
configure.ac: