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