mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-07-10 11:03:46 -04:00
9 lines
107 B
C
9 lines
107 B
C
|
|
#ifndef UTIL_FD_H
|
||
|
|
#define UTIL_FD_H
|
||
|
|
|
||
|
|
#include <stdbool.h>
|
||
|
|
|
||
|
|
bool set_cloexec(int fd, bool cloexec);
|
||
|
|
|
||
|
|
#endif
|