commit | 4564a05544b0668e2c7bc0a7caa8bd97672a7923 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Mon Aug 05 18:55:53 2019 -0700 |
committer | Elliott Hughes <[email protected]> | Mon Aug 05 18:55:53 2019 -0700 |
tree | 1b0a569967c42bac6d6ff8763a3acbfd0cfe96e9 | |
parent | 839c9a7471b1c14380ddce7adc554d325dea59f9 [diff] |
Stop squatting on `memfd_create`. We can't add it to libc if you `#include <sys/mman.h>` and define your own static inline version. Nothing's setting HAVE_MEMFD_CREATE, and it seems like a lot of OSes are supposed to be supported by this code, so let's just be direct. Test: treehugger Change-Id: I56d89def5ae0468b9a6147f93c64faed8b60ac9a