summaryrefslogtreecommitdiff
path: root/lib/libregex/Symbol.map
blob: 0aa63b86ae0ea0fa4396392b70622a4520265bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 */

/*
 * libregex uses a different version name because its symbols are not strictly
 * compatible with those provided by libc. Re-using the version name from libc
 * could cause linking headaches and make debugging more difficult than it needs
 * to be.
 */
LIBREGEX_1.0 {
	regcomp;
	regerror;
	regexec;
	regfree;
};