svn commit: r231971 - user/gabor/tre-integration/lib/libc/regex

Gabor Kovesdan gabor at FreeBSD.org
Tue Feb 21 13:18:06 UTC 2012


Author: gabor
Date: Tue Feb 21 13:18:05 2012
New Revision: 231971
URL: http://svn.freebsd.org/changeset/base/231971

Log:
  - Add new interface to the exported symbols

Modified:
  user/gabor/tre-integration/lib/libc/regex/Symbol.map

Modified: user/gabor/tre-integration/lib/libc/regex/Symbol.map
==============================================================================
--- user/gabor/tre-integration/lib/libc/regex/Symbol.map	Tue Feb 21 13:10:17 2012	(r231970)
+++ user/gabor/tre-integration/lib/libc/regex/Symbol.map	Tue Feb 21 13:18:05 2012	(r231971)
@@ -3,6 +3,15 @@
  */
 
 FBSD_1.2 {
+	mregncomp;
+	mregnexec;
+	mregcomp;
+	mregexec;
+	mregfree;
+	mregwcomp;
+	mregwexec;
+	mregwncomp;
+	mregwnexec;
 	regacomp;
 	regaexec;
 	regancomp;
@@ -24,6 +33,15 @@ FBSD_1.2 {
 };
 
 FBSDprivate_1.0 {
+	tre_mregncomp;
+	tre_mregnexec;
+	tre_mregcomp;
+	tre_mregexec;
+	tre_mregfree;
+	tre_mregwcomp;
+	tre_mregwexec;
+	tre_mregwncomp;
+	tre_mregwnexec;
 	tre_regacomp;
 	tre_regaexec;
 	tre_regancomp;


More information about the svn-src-user mailing list