From d959e39cbd54b4755525bcbd907a3402843dabba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 17 May 2023 12:24:07 -0700 Subject: 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. --- modules/nstrftime | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nstrftime') diff --git a/modules/nstrftime b/modules/nstrftime index a24af8dcb3..fdaf7913d3 100644 --- a/modules/nstrftime +++ b/modules/nstrftime @@ -15,6 +15,7 @@ extensions intprops libc-config stdbool +stdckdint time_rz configure.ac: -- cgit v1.2.1