zephyr/arch/posix/include
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
..
asm_inline.h
asm_inline_gcc.h
kernel_arch_data.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
kernel_arch_func.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
offsets_short_arch.h
posix_arch_internal.h arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
posix_cheats.h POSIX arch: Fix C++ main() linkage issue 2019-12-18 21:53:47 +01:00
posix_core.h native: Set recommended stack size to 40 for 64 bit 2019-08-24 19:55:09 +02:00