فهرست منبع

prevent some needless warnings when building w/2.6.x kernel headers

Eric Andersen 20 سال پیش
والد
کامیت
a156c18dd5
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      include/features.h

+ 3 - 0
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