zephyr/arch
Alberto Escolar Piedras 66bdb76e7c POSIX arch: Fix C++ main() linkage issue
To be able to define main() in C++ code we need to have its
prototype defined somewhere visibly. Otherwise name mangling
will prevent the linker from finding it.
Zephyr assumes a void main(void) prototype and therefore
this will be the prototype after renaming:
void zephyr_app_main(void);

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-12-18 21:53:47 +01:00
..
arc global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
arm include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
common kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
nios2 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
posix POSIX arch: Fix C++ main() linkage issue 2019-12-18 21:53:47 +01:00
riscv kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
x86 x86: fix stack traces on x86_64 2019-12-18 08:15:54 -05:00
xtensa kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: enable MPU Gap filling by default in build without user mode 2019-11-22 11:36:59 +01:00