Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151668593
D53980.id167255.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D53980.id167255.diff
View Options
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -161,7 +161,7 @@
typedef int __cpusetid_t; /* cpuset identifier. */
typedef __int64_t __daddr_t; /* bwrite(3), FIOBMAP2, etc */
-#if !__has_feature(capabilities)
+#if !defined(__has_feature) || !__has_feature(capabilities)
/*
* On non-CHERI systems, define __(u)intcap_t to __(u)intptr_t so that
* hybrid-C code which needs to be explicitly aware of capabilities can
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 9:45 PM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31247885
Default Alt Text
D53980.id167255.diff (476 B)
Attached To
Mode
D53980: sys/_types.h: Unbreak gcc build
Attached
Detach File
Event Timeline
Log In to Comment