aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/src/condition_variable_destructor.cpp
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-08-23 02:59:46 +0200
committerAndrew Kelley <andrew@ziglang.org>2024-09-19 18:20:21 -0700
commit1c8f0b8909f342201f84def1efb8c6fb4386cc2c (patch)
treeb58a1488ff85440a65565474627add3fdc66b32e /lib/libcxx/src/condition_variable_destructor.cpp
parentd13bc04cb4c4c2f0806b9d9c676cb013ea888828 (diff)
downloadzig-1c8f0b8909f342201f84def1efb8c6fb4386cc2c.tar.gz
zig-1c8f0b8909f342201f84def1efb8c6fb4386cc2c.zip
libcxx: Update to LLVM 19.
* Moved the tz.cpp patch to experimental/tzdb.cpp. * Extended the __config_site patch to a few more files.
Diffstat (limited to 'lib/libcxx/src/condition_variable_destructor.cpp')
-rw-r--r--lib/libcxx/src/condition_variable_destructor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/src/condition_variable_destructor.cpp b/lib/libcxx/src/condition_variable_destructor.cpp
index 8b62d41840..59811ed7ff 100644
--- a/lib/libcxx/src/condition_variable_destructor.cpp
+++ b/lib/libcxx/src/condition_variable_destructor.cpp
@@ -12,7 +12,7 @@
// definition is only provided for ABI compatibility.
#include <__config>
-#include <__threading_support>
+#include <__thread/support.h>
#if _LIBCPP_ABI_VERSION == 1 || !defined(_LIBCPP_HAS_TRIVIAL_CONDVAR_DESTRUCTION)
# define NEEDS_CONDVAR_DESTRUCTOR