mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
d959e39cbd
* 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.
28 lines
248 B
Plaintext
28 lines
248 B
Plaintext
Description:
|
|
Add timespec values.
|
|
|
|
Files:
|
|
lib/timespec-add.c
|
|
|
|
Depends-on:
|
|
c99
|
|
intprops
|
|
stdckdint
|
|
timespec
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += timespec-add.c
|
|
|
|
Include:
|
|
"timespec.h"
|
|
|
|
Link:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|