base: remove kernel-specific base/sleep.h
With this patch, the platform differences reside solely in the implementation of the base library. Issue #1832
This commit is contained in:
committed by
Christian Helmuth
parent
62b1c55399
commit
be496c6dc1
@@ -24,6 +24,7 @@ SRC_CC += thread/myself.cc
|
||||
SRC_CC += thread/context_allocator.cc
|
||||
SRC_CC += thread/thread_bootstrap.cc
|
||||
SRC_CC += env/capability.cc
|
||||
SRC_CC += sleep.cc
|
||||
|
||||
INC_DIR += $(REP_DIR)/src/base
|
||||
INC_DIR += $(REP_DIR)/src/base/lock
|
||||
|
||||
Reference in New Issue
Block a user