xwayland: remove remaining SOCK_CLOEXEC

This commit is contained in:
emersion 2019-02-20 11:21:42 +01:00
parent 50011e7170
commit cfe7e28416
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 28 additions and 27 deletions

View file

@ -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]);