]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/regex/Symbol.map
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / regex / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         regcomp;
7         regerror;
8         regexec;
9         regfree;
10 };