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:
Norman Feske
2016-01-20 17:29:51 +01:00
committed by Christian Helmuth
parent 62b1c55399
commit be496c6dc1
13 changed files with 72 additions and 61 deletions

View File

@@ -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