summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-03 11:29:01 +0000
committerobrien <obrien@FreeBSD.org>2001-12-03 11:29:01 +0000
commit4790145648297912300fc36e15d4a7678db65397 (patch)
tree35d80596640cb360ba0d20e00b6116c04a937f93 /sys
parent765a22d46d6ac6fb2cc1a6ca2a6ea6a7ae721bce (diff)
downloadFreeBSD-src-4790145648297912300fc36e15d4a7678db65397.zip
FreeBSD-src-4790145648297912300fc36e15d4a7678db65397.tar.gz
Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 even
though it was backed out. With out this change the TenDRA compiler is not bootstrapable.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 1bc85c6..eaedea9 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -113,6 +113,7 @@
* in a different (wrong) way).
*/
#if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5
+#define __attribute__(x)
#define __dead2
#define __pure2
#define __unused
OpenPOWER on IntegriCloud