portability: abstract memfd_create away
This commit is contained in:
parent
4b54d4b3d1
commit
f257340432
3 changed files with 38 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ extern zwlr_layer_shell_v1* wlrLayerShell;
|
|||
void spawn(Monitor&, const Arg& arg);
|
||||
void setCloexec(int fd);
|
||||
[[noreturn]] void die(const char* why);
|
||||
[[noreturn]] void diesys(const char* why);
|
||||
|
||||
// wayland smart pointers
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue