Resolve "Support clone3 syscall for <glibc-2.34"

Merged Marc Vef requested to merge marc/213-support-clone3-syscall-for-glibc-2-34 into master

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 (closed)

Edited by Marc Vef

Merge request reports