[libcxx-commits] [libcxx] [libc++] Fix semaphore timed wait hanging on Windows (PR #180398)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 13 05:00:31 PST 2026
================
@@ -19,8 +19,7 @@
#include "make_test_thread.h"
#include "test_macros.h"
-int main(int, char**)
-{
+int main(int, char**) {
----------------
mstorsjo wrote:
This change seems unrelated and spurious.
https://github.com/llvm/llvm-project/pull/180398
More information about the libcxx-commits
mailing list