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 regex/18442] New: re_syntax_options namespace


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

            Bug ID: 18442
           Summary: re_syntax_options namespace
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: regex
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Use of regcomp (POSIX) brings in references to re_syntax_options (non-POSIX);
re_comp (UNIX98 and older legacy) actually uses re_syntax_options (not in those
standards) rather than just being in the same .o file.  (As this is a data
symbol that users can set directly, fixing this is harder than simply using an
implementation-namespace name with a weak alias as can be done for functions.)

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