Barto22 commented on code in PR #18096:
URL: https://github.com/apache/nuttx/pull/18096#discussion_r2716816740


##########
libs/libxx/__config_site:
##########
@@ -18,52 +18,57 @@
 /* #undef _LIBCPP_HAS_NO_THREADS */
 /* #undef _LIBCPP_HAS_NO_MONOTONIC_CLOCK */
 /* #undef _LIBCPP_HAS_MUSL_LIBC */
-#define _LIBCPP_HAS_THREAD_API_PTHREAD 1
+/* #undef _LIBCPP_HAS_THREAD_API_PTHREAD */
 /* #undef _LIBCPP_HAS_THREAD_API_EXTERNAL */
 /* #undef _LIBCPP_HAS_THREAD_API_WIN32 */
-/* #undef _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS */
+#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS 1
 #define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
 /* #undef _LIBCPP_NO_VCRUNTIME */
 /* #undef _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION */
 /* #undef _LIBCPP_HAS_NO_FILESYSTEM */
 /* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
-#define _LIBCPP_HAS_NO_CONTENTION_TABLE
 #if defined(CONFIG_CXX_NO_LOCALIZATION)
-#  define _LIBCPP_HAS_NO_LOCALIZATION
+#define _LIBCPP_HAS_NO_LOCALIZATION
 #elif defined(CONFIG_CXX_MINI_LOCALIZATION)
-#  define _LIBCPP_HAS_MINI_LOCALIZATION
+#define _LIBCPP_HAS_MINI_LOCALIZATION
 #endif
 #ifndef CONFIG_CXX_WCHAR

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to