zephyr/kernel/unified/include
Benjamin Walsh b4b108de4d unified: rename sched.h to ksched.h
Build breaks when enabling CONFIG_NEWLIB_LIBC because it has its own
sched.h file.

This is a bad symptom of a greater issue: the build system passes many
'-I<path>' options to the compiler, and that allows including header
files by simply specifying their names (when located somewhere else than
<zephyr>/include/) and can cause clashes when several files in different
locations have the same name, like in this case.

Fixes ZEP-1062.

Change-Id: I81d1d69ee6669a609cd0c420b1b8f870d17dcb67
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-14 20:49:36 +00:00
..
gen_offset.h unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
ksched.h unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
nano_internal.h unified: remove unused references from nano_private.h 2016-10-10 21:27:40 +00:00
nano_offsets.h unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
timeout_q.h unified: fix remaining issues for building without SYS_CLOCK_EXIST 2016-10-10 21:27:44 +00:00
wait_q.h unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00