freebsd-ports/graphics/wayland/files/patch-src_wayland-os.h
Niclas Zeising c1e6040e96 Update wayland to 1.14.0
Disable posix_fallocate since ZFS does not support it.
Use epoll-shim instead of kqueue directly, from myfreeweb on github.

PR:		224200
Submitted by:	Johannes Lundberg
2017-12-09 22:02:30 +00:00

12 lines
293 B
C

--- src/wayland-os.h.orig 2017-08-08 18:20:52 UTC
+++ src/wayland-os.h
@@ -30,6 +30,9 @@ int
wl_os_socket_cloexec(int domain, int type, int protocol);
int
+wl_os_socketpair_cloexec(int domain, int type, int protocol, int sv[2]);
+
+int
wl_os_dupfd_cloexec(int fd, long minfd);
ssize_t