fcntl使用及FD_CLOEXEC详解

fcntl使用说明 转自 http://www.cppblog.com/mysileng/archive/2013/01/15/197279.aspx 功能描述:根据文件描述词来操作文件的特性。 #include <unistd.h> #include <fcntl.h>  int fcntl(int fd, int cmd);  int fcntl(int fd, int cmd, long a
相关文章
相关标签/搜索