Some rename

上级 772fa427
......@@ -6,7 +6,7 @@
#include "amd64.h"
#include "ipc.hh"
extern "C" {
#include "fstream.h"
#include "stream.h"
}
#define FSIZE (64 << 10)
......
ULIB = ulib.o usys.o printf.o umalloc.o uthread.o fmt.o fstream.o ipc.o
ULIB = ulib.o usys.o printf.o umalloc.o uthread.o fmt.o stream.o ipc.o
ULIB := $(addprefix $(O)/lib/, $(ULIB))
.PRECIOUS: $(O)/lib/%.o
......
......@@ -2,7 +2,7 @@ extern "C" {
#include "types.h"
#include "stat.h"
#include "user.h"
#include "fstream.h"
#include "stream.h"
#include "lib.h"
#include "amd64.h"
}
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论