Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107825024
D26774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
D26774.diff
View Options
Index: head/contrib/llvm-project/libcxx/include/atomic
===================================================================
--- head/contrib/llvm-project/libcxx/include/atomic
+++ head/contrib/llvm-project/libcxx/include/atomic
@@ -1480,11 +1480,11 @@
: _Base(value) {}
};
-#ifdef __linux__
+#if defined(__linux__) || (defined(__FreeBSD__) && defined(__mips__))
using __cxx_contention_t = int32_t;
#else
using __cxx_contention_t = int64_t;
-#endif //__linux__
+#endif
#if _LIBCPP_STD_VER >= 11
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 1:13 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15909484
Default Alt Text
D26774.diff (517 B)
Attached To
Mode
D26774: [llvm] Use 32 bit atomic on freebsd mips
Attached
Detach File
Event Timeline
Log In to Comment