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/21455] New: Network headers stdint.h namespace


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

            Bug ID: 21455
           Summary: Network headers stdint.h 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: ---

conform/ namespace tests of arpa/inet.h, netdb.h and netinet/in.h fail for
UNIX98 and XPG42 because of inclusion of stdint.h, which defines macros not
permitted in those headers for those standards.  UNIX98 allows them to include
inttypes.h, but has restricted inttypes.h contents (not yet tested in the
conform/ tests) not including those macros; XPG4.2 has no such permission and
no inttypes.h / stdint.h at all.

-- 
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]