mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-07-10 00:06:08 -04:00
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/work_items/3949
(cherry picked from commit 327f000532)
8 lines
107 B
C
8 lines
107 B
C
#ifndef UTIL_FD_H
|
|
#define UTIL_FD_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool set_cloexec(int fd, bool cloexec);
|
|
|
|
#endif
|