You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2020. It is now read-only.
It looks like Ubuntu Trusty
* do not have linux/memfd.h header;
* do not have memfd_create syscall number in unistd.h.
Using linux-headers-generic-lts-xenial (that has kernel 4.4 headers)
is problematic, as it's raw kernel headers (no symlink to the proper
architecture etc).
Fortunately we only need 3 defines, so let's just plug them in place.
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments