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