xref: /freebsd/lib/libregex/Symbol.map (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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