[libcxx-commits] [PATCH] D154718: [libc++] Make sure we use __ulock on Apple platforms
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 7 14:15:46 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5a9f9f6dc06: [libc++] Make sure we use __ulock on Apple platforms (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154718/new/
https://reviews.llvm.org/D154718
Files:
libcxx/src/atomic.cpp
Index: libcxx/src/atomic.cpp
===================================================================
--- libcxx/src/atomic.cpp
+++ libcxx/src/atomic.cpp
@@ -15,6 +15,8 @@
#include <functional>
#include <thread>
+#include "include/apple_availability.h"
+
#ifdef __linux__
#include <unistd.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154718.538267.patch
Type: text/x-patch
Size: 295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230707/a6d9507c/attachment-0001.bin>
More information about the libcxx-commits
mailing list