public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/720] New: sys/kd.h doesn't clean up after #define _LINUX_TYPES_H
@ 2005-02-14 13:33 glibc at achurch dot org
  2005-02-14 13:34 ` [Bug libc/720] " glibc at achurch dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: glibc at achurch dot org @ 2005-02-14 13:33 UTC (permalink / raw)
  To: glibc-bugs

The <sys/kd.h> include file #defines _LINUX_TYPES_H to (presumably) avoid
importing unwanted symbols from <linux/kd.h>, but fails to undefine it
afterwards, causing subsequent attempts to #include <linux/types.h> to fail. 
For example, the following sequence of #includes fails to compile:

#include <sys/kd.h>
#include <linux/cdrom.h>  // this includes <linux/types.h> for __u32, etc.

-- 
           Summary: sys/kd.h doesn't clean up after #define _LINUX_TYPES_H
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: glibc at achurch dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=720

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-18  4:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-14 13:33 [Bug libc/720] New: sys/kd.h doesn't clean up after #define _LINUX_TYPES_H glibc at achurch dot org
2005-02-14 13:34 ` [Bug libc/720] " glibc at achurch dot org
2005-02-15  0:17 ` cvs-commit at gcc dot gnu dot org
2005-02-15  0:17 ` roland at gnu dot org
2005-10-15  0:44 ` drepper at redhat dot com
2007-02-18  4:36 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).