Go to file
Andre Guedes aa47bd8d6c newlib: Rename exit to _exit
This patch renames the 'exit' function from newlib/libc-hooks.c to
'_exit' since this is the correct name of the newlib system call.

This patch fixes some linking errors that occur when an applications
uses abort() or assert().

Change-Id: I593e5ec5dc0f84dbbebe4aceb38703256e140914
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-05 20:25:16 -05:00
arch x86: iamcu: fix exception NANO_ESF parameter 2016-02-05 20:25:16 -05:00
boards kconfig: Add missing board definition 2016-02-05 20:25:16 -05:00
doc doc: Change README to reflect new API documentation. 2016-02-05 20:25:15 -05:00
drivers x86: remove NANO_SOFT_IRQ from zephyr 2016-02-05 20:25:16 -05:00
include x86: iamcu: fix exception NANO_ESF parameter 2016-02-05 20:25:16 -05:00
kernel nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
lib newlib: Rename exit to _exit 2016-02-05 20:25:16 -05:00
misc
net
samples samples: grove_lcd/fram: unify config files, since they are the same 2016-02-05 20:25:16 -05:00
scripts build: do not use link-zephyr 2016-02-05 20:25:15 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile Workaround QEMU's multiboot loading issue 2016-02-05 20:25:16 -05:00
Makefile.inc
zephyr-env.sh