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