]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libregex/Symbol.map
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / lib / libregex / Symbol.map
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  */
11 LIBREGEX_1.0 {
12         regcomp;
13         regerror;
14         regexec;
15         regfree;
16 };