]> granicus.if.org Git - strace/commit
Constify tv_* functions
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 29 May 2014 17:59:01 +0000 (17:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 29 May 2014 17:59:01 +0000 (17:59 +0000)
commit447db45365e37ec97c41b26b5a24e38d58e4f3ae
tree0a5d862b330aa58b1e7cc98e0a859e7c729697fa
parent3a3b71c7d8b4d6ca2d6703008bd77b507271c0b9
Constify tv_* functions

* defs.h (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div): Add
const qualifier to read only arguments.
* util.c (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div):
Likewise.
defs.h
util.c