aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linker_set.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-11-23 11:40:16 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-11-23 11:40:16 +0000
commit383f241dce091911b9466f49c19c8746b233ba3e (patch)
tree02563556bd23b0e157a8ee5501cecf0296474fad /sys/sys/linker_set.h
parentee50062cfb85553ad933db2b2e5a85fe85705d57 (diff)
downloadsrc-383f241dce091911b9466f49c19c8746b233ba3e.tar.gz
src-383f241dce091911b9466f49c19c8746b233ba3e.zip
Remove lint support from system headers and MD x86 headers.
Reviewed by: dim, jhb Discussed with: imp Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D13156
Notes
Notes: svn path=/head/; revision=326123
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 */
/*