bglibs
cloexec.h
1 #ifndef UNIX__CLOEXEC__H__
2 #define UNIX__CLOEXEC__H__
3 
4 int cloexec_on(int fd);
5 int cloexec_off(int fd);
6 
7 #endif