提交 b1b75237 编写于 作者: R Rich Felker

fix typo in inotify structure

上级 26031da0
......@@ -8,7 +8,7 @@ extern "C" {
#include <stdint.h>
struct inotify_event {
int we;
int wd;
uint32_t mask, cookie, len;
char name[];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册