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
相關文章
相關標籤/搜索