[Bug network/21455] New: Network headers stdint.h namespace

jsm28 at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Wed May 3 17:06:00 GMT 2017


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.


More information about the Glibc-bugs mailing list