Polyfill IFUNC `memfd_secret()` syscall stub, with fallback for non-enabled systems.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Avril aca36aec62
Added static & shared library targets; as well as install & uninstall targets.
7 months ago
include Added raw syscall shim `_memfd_secret()` and testing func `_has_memfd_secret()`. Added passthu resolver target for when enabled, started re-write `memfd_create()` shim polyfil resolver target. 7 months ago
src Tested impl: works! Thoudh... XXX: man says `FD_CLOEXEC` should be passable to `memfd_secret()`, but it fails with `EINVAL` if passed `FD_CLOEXEC`...? Find out why? 7 months ago
.gitignore Added static & shared library targets; as well as install & uninstall targets. 7 months ago
Makefile Added static & shared library targets; as well as install & uninstall targets. 7 months ago