tests: posix: fix -Wformat errors Use %lld format specifier for variables of type eventfd_t. Cast variables of type time_t to long long and use %lld format specifier to ensure compatibility with 32-bit and 64-bit time_t. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>