Go to file
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
.known-issues
arch unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
boards
doc unified/doc: Update memory pools section of Kernel Primer 2016-10-11 21:49:09 +00:00
drivers frdm_k64: spi: fixed wrong kconfig used in driver 2016-10-10 21:26:30 +00:00
ext
fs
include Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()" 2016-10-14 07:12:06 +00:00
kernel unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
lib
misc
net Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()" 2016-10-14 07:12:06 +00:00
samples unified: Rationalize thread priority APIs 2016-10-13 13:53:59 +00:00
scripts unified: Add legacy DEFINE_TASK support 2016-10-11 09:59:16 -05:00
tests unified: Eliminate support for dynamic timers 2016-10-13 13:54:00 +00:00
usb
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
zephyr-env.sh