This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/720] New: sys/kd.h doesn't clean up after #define _LINUX_TYPES_H


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]