Commit d34220d9 authored by Ramon Nou's avatar Ramon Nou
Browse files

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
parents 8a2b71c9 eab9887e
Pipeline #2773 passed with stages
in 14 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment