zephyr/kernel
Maciek Borzecki ed016fa9a0 kernel: make sure that _thread_entry() declaration matches with definition
Fixes sparse warning:
  CHECK   <snip>/zephyr/kernel/thread.c
<snip>/zephyr/kernel/thread.c:184:20: error: symbol '_thread_entry' redeclared with different type (originally declared at <snip>/zephyr/kernel/include/nano_internal.h:43) - different modifiers
  CC      kernel/thread.o

Change-Id: I2223493cdf97c811c661773f8fd430e6c00cbaa0
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2017-05-18 12:41:56 -05:00
..
configs
include kernel: make sure that _thread_entry() declaration matches with definition 2017-05-18 12:41:56 -05:00
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
errno.c kernel: errno: Use per-thread accessor function compatible with Newlib 2017-05-10 20:54:56 -04:00
idle.c kernel: tickless: Add tickless kernel support 2017-04-27 13:46:28 +00:00
init.c kernel: init: mark initial dummy thread 2017-05-13 15:14:41 -04:00
int_latency_bench.c
Kconfig test: benchmarking: Timing metrics for the kernel 2017-05-03 08:46:30 -04:00
Kconfig.event_logger
Kconfig.power_mgmt doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
mailbox.c k_mem_pool: Complete rework 2017-05-13 14:39:41 -04:00
Makefile k_mem_pool: Complete rework 2017-05-13 14:39:41 -04:00
mem_slab.c
mempool.c k_mem_pool: Complete rework 2017-05-13 14:39:41 -04:00
msg_q.c
mutex.c
pipes.c k_mem_pool: Complete rework 2017-05-13 14:39:41 -04:00
poll.c
queue.c kernel: queue, fifo: Add cancel_wait operation. 2017-05-10 09:40:33 -04:00
sched.c debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
sem.c
stack.c
sys_clock.c kernel: tickless: Add tickless kernel support 2017-04-27 13:46:28 +00:00
system_work_q.c
thread_abort.c
thread.c debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
timer.c kernel: k_timer_init: use NULL when initializing user data 2017-05-18 12:41:56 -05:00
version.c
work_q.c kernel: add k_thread_create() API 2017-05-11 20:24:22 -04:00