summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-21 07:47:43 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-21 07:47:43 +0000
commita156c18dd5107cf61b1304f40d0f29f570c257ef (patch)
tree62ebe205f933a1818bbf97ed0280ef95959e6f28 /include/features.h
parentc8887bc61df5a12d319c19d312b51d4aef07db7b (diff)
prevent some needless warnings when building w/2.6.x kernel headers
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index bcc2596d3..f13a76f19 100644
--- a/include/features.h
+++ b/include/features.h
@@ -433,6 +433,9 @@ uClibc was built without large file support enabled.
#ifndef unlikely
# define unlikely(x) __builtin_expect((!!(x)),0)
#endif
+#ifndef __LINUX_COMPILER_H
+#define __LINUX_COMPILER_H
+#endif
/* --- this is added to integrate linuxthreads */
#define __USE_UNIX98 1