On Mon, 7 Jun 2021 at 00:19, Khem Raj wrote: > here is a small testcase to excercise utimensat_time64 > > https://raw.githubusercontent.com/xantares/test-seccomp-time64/master/test-time64.c > > gcc -m32 test-time64.c > > it will be good to check how the resulting binary behaves with centos > provided libc and sdk provided one. > Yes, testing the issue without involving the sdk would be good, but I can't build it in the host environment, and don't have rights to install missing 32 bit support packages (not sure what that would be): /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory # include ^~~~~~~~~~~~~~~~ Alex