Merge branch 'marc/213-support-clone3-syscall-for-glibc-2-34' into 'master'
Resolve "Support clone3 syscall for <glibc-2.34" Starting glibc-2.34, glibc uses the `clone3()` system call to create (instead of `clone()`). This breaks syscall_intercept causing a Segfault on the GekkoFS client. This MR only introduces a patch for syscall_intercept and no GekkoFS modifications. This patch will eventually part of our syscall_intercept fork. Closes #213 See merge request !146