vserver 1.9.5.x5
[linux-2.6.git] / include / asm-v850 / posix_types.h
index 865c87c..ccb7297 100644 (file)
@@ -54,7 +54,9 @@ typedef struct {
 
 #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
 
-#include <asm/bitops.h>
+/* We used to include <asm/bitops.h> here, which seems the right thing, but
+   it caused nasty include-file definition order problems.  Removing the
+   include seems to work, so fingers crossed...  */
 
 #undef __FD_SET
 #define __FD_SET(fd, fd_set) \