aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linker_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/linker_set.h')
-rw-r--r--sys/sys/linker_set.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h
index eaffcd143683..3488f9cf4801 100644
--- a/sys/sys/linker_set.h
+++ b/sys/sys/linker_set.h
@@ -61,10 +61,7 @@
__set_##set##_sym_##sym __section("set_" #set) \
__used = &(sym)
#else /* !__GNUCLIKE___SECTION */
-#ifndef lint
#error this file needs to be ported to your compiler
-#endif /* lint */
-#define __MAKE_SET(set, sym) extern void const * const (__set_##set##_sym_##sym)
#endif /* __GNUCLIKE___SECTION */
/*