This is the mail archive of the libc-alpha@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]

[regex] Fix _REGEX_RE_COMP outside libc


__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.

This patch fixes the bug by mapping __regfree to regfree.
Paolo

Attachment: 01-fix-bug-re-comp.patch
Description: Binary data


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