New comment by jnbr on void-packages repository https://github.com/void-linux/void-packages/pull/18737#issuecomment-581147258 Comment: ``` * System call wrappers for time system calls now use the new time64 system calls when available. On 32-bit targets, these wrappers attempt to call the new system calls first and fall back to the older 32-bit time system calls if they are not present. This may cause issues in environments that cannot handle unsupported system calls gracefully by returning -ENOSYS. Seccomp sandboxes are affected by this issue. ``` We should check if this affects chromium or firefox on i686 before merging.