1 #ifndef BGLIBS_UNIX__H__ 2 #define BGLIBS_UNIX__H__ 4 int cloexec_on(
int fd);
5 int cloexec_off(
int fd);
7 int fcntl_fd_on(
int fd,
int flag);
8 int fcntl_fd_off(
int fd,
int flag);
9 int fcntl_fl_on(
int fd,
int flag);
10 int fcntl_fl_off(
int fd,
int flag);
12 int nonblock_on(
int fd);
13 int nonblock_off(
int fd);