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
12 lines
293 B
C
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
|