Commit c868caa8 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] v850: Work around include-definition-loop problem in <asm-v850/posix_types.h>

Signed-off-by: default avatarMiles Bader <miles@gnu.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b2ae8af7
...@@ -54,7 +54,9 @@ typedef struct { ...@@ -54,7 +54,9 @@ typedef struct {
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) #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 #undef __FD_SET
#define __FD_SET(fd, fd_set) \ #define __FD_SET(fd, fd_set) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment