mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
With Zephyr now always using `int main(void)`, there's no longer any need for this definition. The last remaining use which gated the declaration of _posix_zephyr_main isn't necessary as adding that declaration unconditionally is harmless. Signed-off-by: Keith Packard <keithp@keithp.com>