From: Miles Bader <miles@gnu.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] v850: Work around include-definition-loop problem in <asm-v850/posix_types.h>
Date: Fri, 29 Oct 2004 17:15:45 +0900 (JST) [thread overview]
Message-ID: <20041029081545.3CA584D9@mctpc71> (raw)
Signed-off-by: Miles Bader <miles@gnu.org>
include/asm-v850/posix_types.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
diff -ruN -X../cludes linux-2.6.9-uc0/include/asm-v850/posix_types.h linux-2.6.9-uc0-v850-20041028/include/asm-v850/posix_types.h
--- linux-2.6.9-uc0/include/asm-v850/posix_types.h 2003-09-29 13:19:13 +0900
+++ linux-2.6.9-uc0-v850-20041028/include/asm-v850/posix_types.h 2004-10-28 13:32:47 +0900
@@ -54,7 +54,9 @@
#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) \
reply other threads:[~2004-10-29 8:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041029081545.3CA584D9@mctpc71 \
--to=miles@gnu.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox