nuttx/libs/libxx/libstdc++
cuiziwei 0f154dc5f3 libsupcxx: Fix build error.
nuttx/libs/libxx/libstdc++/bits/gthr-default.h:886:19: error: 'pthread_cond_destroy' was not declared in this scope; did you mean 'pthread_condattr_t'?
  886 |   return __gthrw_(pthread_cond_destroy) (__cond);
      |                   ^~~~~~~~~~~~~~~~~~~~
nuttx/libs/libxx/libstdc++/bits/gthr-default.h:97:25: note: in definition of macro '__gthrw_'
   97 | # define __gthrw_(name) name
      |                         ^~~~

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2026-04-21 01:20:00 +08:00
..
.gitignore
gthr-default.h libsupcxx: Fix build error. 2026-04-21 01:20:00 +08:00
gthr.h libsupcxx: Fix build error. 2026-04-21 01:20:00 +08:00
libsupc++.defs libsupcxx: Fix build error. 2026-04-21 01:20:00 +08:00
unwind-pe.h