zephyr/arch/posix
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
..
core global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
include POSIX arch: Fix C++ main() linkage issue 2019-12-18 21:53:47 +01:00
CMakeLists.txt posix arch: Use zephyr_link_libraries() to set -m32 2019-11-21 13:08:56 +01:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00