portability: abstract memfd_create away

This commit is contained in:
Raphael Robatsch 2021-11-16 19:30:16 +01:00
commit f257340432
3 changed files with 38 additions and 3 deletions

View file

@ -62,7 +62,6 @@ static void onGlobalRemove(void*, wl_registry* registry, uint32_t name);
static void requireGlobal(const void* p, const char* name);
static void waylandFlush();
static void cleanup();
[[noreturn]] static void diesys(const char* why);
wl_display* display;
wl_compositor* compositor;