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