[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)
Hu Jialun via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 27 02:07:41 PST 2025
================
@@ -1,11 +1,13 @@
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
+
+#include <threads.h>
----------------
SuibianP wrote:
[`threads.h`](https://en.cppreference.com/w/c/header/threads) is in ISO C11 standard ยง7.26. The tests are all [passing in Linux x64 CI](https://buildkite.com/llvm-project/github-pull-requests/builds/151090#0195426e-ca2c-4da7-b72b-6ac347c97b90/429-1562).
https://github.com/llvm/llvm-project/pull/121269
More information about the lldb-commits
mailing list