$OpenBSD: patch-src_wayland-os_h,v 1.1.1.1 2021/11/06 18:58:28 rsadowski Exp $

Index: src/wayland-os.h
--- src/wayland-os.h.orig
+++ 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
