mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-28 08:56:32 -05:00
xwayland: remove remaining SOCK_CLOEXEC
This commit is contained in:
parent
50011e7170
commit
cfe7e28416
3 changed files with 28 additions and 27 deletions
|
|
@ -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]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue