This is the mail archive of the glibc-bugs@sources.redhat.com 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/505] New: Cannot use re_comp/re_exec outside glibc


__regfree is not among the symbols that are mapped to the underscore-less
versions in regex-internal.h; this prevents re_comp and re_exec from
compiling outside glibc.

The patch at http://sources.redhat.com/ml/libc-alpha/2004-11/msg00015.html fixes
the bug by mapping __regfree to regfree.

-- 
           Summary: Cannot use re_comp/re_exec outside glibc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P1
         Component: regex
        AssignedTo: bonzini at gnu dot org
        ReportedBy: bonzini at gnu dot org
                CC: glibc-bugs-regex at sources dot redhat dot com,glibc-
                    bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=505

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]