2017年6月8日
摘要: #include <unistd.h> #include <fcntl.h> int fcntl(int fd, int cmd); int fcntl(int fd, int cmd, long arg); int fcntl(int fd, int cmd, struct flock *lock 阅读全文
posted @ 2017-06-08 16:15 mingfeng002 阅读(10278) 评论(0) 推荐(0) 编辑