You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To flush out this issue description more, we'd like to:
create libc/hdr/types/cnd_t.h which based on LIBC_FULL_BUILD either
includes include/llvm-libc-types/cnd_t.h OR
includes <threads.h>
create libc/hdr/threads_macros.h which based on LIBC_FULL_BUILD either
defines thrd_error and thrd_success OR
includes <threads.h>
replace #include <threads.h> throughout libc/src/ with more specific includes of either libc/hdr/threads_macros.h, or libc/hdr/types/cnd_t.h or other threads related headers (following the same pattern).
clean up the TODO left in src/threads/linux/cnd_broadcast.cpp
Hi @lkartik2212 we would love your help on this issue. I'll reassign it to you. Please reach out if you have questions, get stuck, or no longer plan to work on this.
#89329 (comment)
The text was updated successfully, but these errors were encountered: