提交 24067960 创建 作者: Russ Cox's avatar Russ Cox

mkfs: avoid clash with system struct stat

上级 e92fd614
......@@ -4,6 +4,8 @@
#include <string.h>
#include <fcntl.h>
#include <assert.h>
#define stat xv6_stat // avoid clash with host struct stat
#include "types.h"
#include "fs.h"
#include "stat.h"
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论