This is the mail archive of the glibc-bugs@sourceware.org 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 network/21267] New: [mips] bits/socket.h IOC* namespace


https://sourceware.org/bugzilla/show_bug.cgi?id=21267

            Bug ID: 21267
           Summary: [mips] bits/socket.h IOC* namespace
           Product: glibc
           Version: 2.25
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---
              Host: mips*-*-linux*

sysdeps/unix/sysv/linux/bits/socket.h includes asm/socket.h.  That includes
asm/sockios.h, which on MIPS includes asm/ioctl.h, resulting in namespace
violations:

    Namespace violation: "IOCSIZE_MASK"
    Namespace violation: "IOCSIZE_SHIFT"
    Namespace violation: "IOC_IN"
    Namespace violation: "IOC_INOUT"
    Namespace violation: "IOC_OUT"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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