fix ipc tests which cast time_t to long for printing
authorSzabolcs Nagy <nsz@port70.net>
Wed, 1 Jan 2020 16:12:40 +0000 (16:12 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Wed, 1 Jan 2020 16:12:40 +0000 (16:12 +0000)
commitd8e961c0790eb81c5c10c4e62909cddebb261335
tree1e4918dc0fd948d13cdb158f36d7bed40c2de128
parentde945f43a520b99f1a8ca454b399a2d3e22d3910
fix ipc tests which cast time_t to long for printing

use long long so the correct time is printed with 64bit time_t on 32bit targets.
src/functional/ipc_msg.c
src/functional/ipc_sem.c
src/functional/ipc_shm.c