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 libc/18528] New: grp.h endgrent, getgrent namespace


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

            Bug ID: 18528
           Summary: grp.h endgrent, getgrent namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

grp.h declares endgrent and getgrent if __USE_XOPEN2K8 (i.e. 2008 edition of
POSIX, non-XSI).  However, the 2013 Technical Corrigendum corrected the grp.h
specification to XSI-shade these functions as in previous editions, so they
should not be declared for non-XSI POSIX.

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