From cfe7e28416323c1384b95a4eeb377c738444f063 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 20 Feb 2019 11:21:42 +0100 Subject: xwayland: remove remaining SOCK_CLOEXEC --- xwayland/sockets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xwayland/sockets.h') diff --git a/xwayland/sockets.h b/xwayland/sockets.h index 73eb36e0..cf42b970 100644 --- a/xwayland/sockets.h +++ b/xwayland/sockets.h @@ -1,6 +1,7 @@ #ifndef XWAYLAND_SOCKETS_H #define XWAYLAND_SOCKETS_H +bool set_cloexec(int fd, bool cloexec); void unlink_display_sockets(int display); int open_display_sockets(int socks[2]); -- cgit v1.2.3