]> Savannah Git Hosting - gnulib.git/commit
timespec-add, timespec-sub: simplify
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2019 00:30:44 +0000 (17:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2019 00:32:55 +0000 (17:32 -0700)
commit06011ed74e978613422aca43c0bd92dc44213933
tree64d28fc78410be7217c523497da7303541be2939
parent56ca994d471611b44829fa89b58747b288fa66fc
timespec-add, timespec-sub: simplify

* lib/timespec-add.c (timespec_add):
* lib/timespec-sub.c (timespec_sub):
Simplify, now that INT_ADD_WRAPV and INT_SUBTRACT_WRAPV
work on unsigned integers.
ChangeLog
lib/timespec-add.c
lib/timespec-sub.c