mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
New FreeBSD versions have memfd_create but other BSDs don't. bar/wayland.c:774:15: error: implicit declaration of function 'memfd_create' is invalid in C99 [-Werror,-Wimplicit-function-declaration] pool_fd = memfd_create("yambar-wayland-shm-buffer-pool", MFD_CLOEXEC); ^ bar/wayland.c:774:62: error: use of undeclared identifier 'MFD_CLOEXEC' pool_fd = memfd_create("yambar-wayland-shm-buffer-pool", MFD_CLOEXEC); ^ |
||
---|---|---|
.. | ||
backend.h | ||
bar.c | ||
bar.h | ||
meson.build | ||
private.h | ||
wayland.c | ||
wayland.h | ||
xcb.c | ||
xcb.h |