diff --git a/libs/libc/stdlib/lib_exit.c b/libs/libc/stdlib/lib_exit.c index 562cae251a8..3dc35bfb69e 100644 --- a/libs/libc/stdlib/lib_exit.c +++ b/libs/libc/stdlib/lib_exit.c @@ -45,7 +45,10 @@ ****************************************************************************/ extern FAR void *__dso_handle weak_data; + +#ifndef CONFIG_HOST_WINDOWS FAR void *__dso_handle = &__dso_handle; +#endif /**************************************************************************** * Public Functions