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