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/18469] New: fnmatch towlower namespace


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

            Bug ID: 18469
           Summary: fnmatch towlower 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: ---

fnmatch brings in references to towlower (and thereby towupper), which isn't in
all the standards that contain fnmatch, resulting in linknamespace test
failures.  (This is contrary to glibc conventions, rather than a standards
conformance issue, because of the to* reservation.)

[initial] fnmatch -> [libc.a(fnmatch.o)] towlower
[initial] fnmatch -> [libc.a(fnmatch.o)] towlower -> [libc.a(wcfuncs.o)]
towupper

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