Barto22 commented on code in PR #18096: URL: https://github.com/apache/nuttx/pull/18096#discussion_r2718258647
########## libs/libxx/libcxx/0001-libcxx-remove-mach-time-h.patch: ########## @@ -1,11 +1,11 @@ --- libcxx/src/chrono.cpp +++ libcxx/src/chrono.cpp -@@ -48,10 +48,6 @@ +@@ -50,10 +50,6 @@ # include <zircon/syscalls.h> #endif - + -#if __has_include(<mach/mach_time.h>) Review Comment: Done ########## libs/libxx/libcxx/0001_fix_stdatomic_h_miss_typedef.patch: ########## @@ -1,11 +1,11 @@ ---- libcxx/include/stdatomic.h.old 2023-12-06 21:01:46.168049453 +0800 -+++ libcxx/include/stdatomic.h 2023-12-06 21:01:55.056057032 +0800 +--- libcxx/include/stdatomic.h ++++ libcxx/include/stdatomic.h @@ -220,7 +220,7 @@ using std::atomic_signal_fence _LIBCPP_USING_IF_EXISTS; using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS; - + -#elif defined(_LIBCPP_COMPILER_CLANG_BASED) 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]
