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/18498] New: open_memstream namespace


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

            Bug ID: 18498
           Summary: open_memstream 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: ---

open_memstream is new in the 2008 edition of POSIX.  However, the older
functions getopt, closelog and fmtmsg all bring in references to it.

[initial] __posix_getopt -> [libc.a(getopt.o)] open_memstream
[initial] closelog -> [libc.a(syslog.o)] open_memstream
[initial] fmtmsg -> [libc.a(fmtmsg.o)] syslog -> [libc.a(syslog.o)]
open_memstream

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