libc/regex: Replace old regex library with modified TRE
[dragonfly.git] / lib / libc / tre-regex / Symbol.map
1 DF402.0 {
2     regcomp;
3     regerror;
4     regexec;
5     regfree;
6 };
7
8 DF404.0 {
9     regcomp_l
10     regncomp
11     regncomp_l
12     regnwcomp
13     regnwcomp_l
14     regwcomp
15     regwcomp_l
16     regnexec
17     regnwexec
18     regwexec
19     tre_version
20     tre_config
21     tre_have_backrefs
22     tre_have_approx
23 };