zephyr/kernel
Andrew Boie f5951cd88f kernel: syscall_handler: get rid of stdarg
We can just implement this as a macro and not needlessly
run afoul of MISRC-C rule 17.1

Fixes: #10012

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-25 13:42:03 -08:00
..
include kernel: syscall_handler: get rid of stdarg 2019-02-25 13:42:03 -08:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
device.c
errno.c
idle.c
init.c userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
int_latency_bench.c
Kconfig arch: make __ramfunc support transparent 2019-02-22 11:36:50 -08:00
Kconfig.power_mgmt power: Rework OS <-> Application interface 2019-02-19 13:25:36 -05:00
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
poll.c
queue.c
sched.c
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c
timeout.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
timer.c
userspace_handler.c
userspace.c userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
version.c
work_q.c