xref: /freebsd/lib/libregex/Symbol.map (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1/*
2 */
3
4/*
5 * libregex uses a different version name because its symbols are not strictly
6 * compatible with those provided by libc. Re-using the version name from libc
7 * could cause linking headaches and make debugging more difficult than it needs
8 * to be.
9 */
10LIBREGEX_1.0 {
11	regcomp;
12	regerror;
13	regexec;
14	regfree;
15};
16