Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107293105
D34799.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
621 B
Referenced Files
None
Subscribers
None
D34799.diff
View Options
diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h
--- a/sys/sys/linker_set.h
+++ b/sys/sys/linker_set.h
@@ -58,7 +58,6 @@
/*
* Private macros, not to be used outside this header file.
*/
-#ifdef __GNUCLIKE___SECTION
/*
* The userspace address sanitizer inserts redzones around global variables,
@@ -78,9 +77,6 @@
__set_##set##_sym_##sym __section("set_" #set) \
__used = &(sym)
#define __MAKE_SET(set, sym) __MAKE_SET_QV(set, sym, __MAKE_SET_CONST)
-#else /* !__GNUCLIKE___SECTION */
-#error this file needs to be ported to your compiler
-#endif /* __GNUCLIKE___SECTION */
/*
* Public macros.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 2:45 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15775367
Default Alt Text
D34799.diff (621 B)
Attached To
Mode
D34799: Remove checks for __GNUCLIKE___SECTION assuming it is always true.
Attached
Detach File
Event Timeline
Log In to Comment