commit | a6e85b248ac6ff2452faaf0fdb10fd1db1040463 | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Thu Oct 06 16:27:45 2016 -0400 |
committer | Benjamin Walsh <benjamin.walsh@windriver.com> | Mon Oct 10 21:27:44 2016 +0000 |
tree | 087b0aa096e8b997ae2c62b76df08ff1eeb18bd6 | |
parent | ce9f782a7faa598a3ed95cc45fad8affcfca66ba [diff] |
unified: fix remaining issues for building without SYS_CLOCK_EXIST Do not include timeout_q.h when !SYS_CLOCK_EXIST, this allows removing _unpend_thread_timing_out() in that case. Have _abort_thread_timeout() return 0 (success) when !SYS_CLOCK_EXIST. With this change, the minimal footprint nanokernel project compiles for the unified kernel. Change-Id: Ifbf9167a82fb3ebcf6941bf3f85c105c23c9060c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>