Page MenuHomeFreeBSD

D53820.id166753.diff
No OneTemporary

D53820.id166753.diff

diff --git a/sys/sys/_types.h b/sys/sys/_types.h
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -155,6 +155,14 @@
typedef int __cpusetid_t; /* cpuset identifier. */
typedef __int64_t __daddr_t; /* bwrite(3), FIOBMAP2, etc */
+/*
+ * Support non-CHERI-aware ABIs by defining __intcap_t.
+ */
+#if !__has_feature(capabilities)
+typedef __intptr_t __intcap_t;
+typedef __uintptr_t __uintcap_t;
+#endif
+
/*
* Unusual type definitions.
*/

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 20, 2:29 PM (12 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25722938
Default Alt Text
D53820.id166753.diff (448 B)

Event Timeline