提交 03186c62 创建 作者: Nickolai Zeldovich's avatar Nickolai Zeldovich

header cleanup

上级 5ba7de3d
......@@ -8,3 +8,5 @@ $(O)/utest: $(O)/kernel/crange.o \
$(Q)mkdir -p $(@D)
$(Q)$(CXX) -o $@ $^ -lpthread -lrt -ljemalloc
.PRECIOUS: $(O)/user/%.o
-include $(O)/user/*.d
......@@ -7,7 +7,7 @@
#include "crange.hh"
#include "atomic_util.hh"
#include "ns.hh"
#include "scopedperf.hh"
#include "uscopedperf.hh"
#include "intelctr.hh"
#include "arc4.hh"
#include "amd64.h"
......@@ -60,7 +60,7 @@ proc_start(void *arg)
return 0;
}
void
static void
makeproc(proc *p)
{
pthread_t tid;
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论