wlroots/include/util/fd.h

9 lines
107 B
C
Raw Normal View History

#ifndef UTIL_FD_H
#define UTIL_FD_H
#include <stdbool.h>
bool set_cloexec(int fd, bool cloexec);
#endif