Accepts EINVAL as a valid response from clone3 even if SYS_clone3 is not defined by glibc. This is to avoid incorrectly failing the test on systems where the kernel supports clone3 but glibc version doesn't define the SYS_clone3 constant.
Fixes: #5629 (closed)