svn commit: r234578 - head/lib/libc/locale
David Chisnall
theraven at FreeBSD.org
Sun Apr 22 18:51:38 UTC 2012
Author: theraven
Date: Sun Apr 22 18:51:38 2012
New Revision: 234578
URL: http://svn.freebsd.org/changeset/base/234578
Log:
Fix some incorrect symbol versions.
Reported by: das
Modified:
head/lib/libc/locale/Symbol.map
Modified: head/lib/libc/locale/Symbol.map
==============================================================================
--- head/lib/libc/locale/Symbol.map Sun Apr 22 18:18:49 2012 (r234577)
+++ head/lib/libc/locale/Symbol.map Sun Apr 22 18:51:38 2012 (r234578)
@@ -60,13 +60,9 @@ FBSD_1.0 {
nextwctype;
nl_langinfo;
__maskrune;
- __maskrune_l;
__sbmaskrune;
- __sbmaskrune_l;
__istype;
- __istype_l;
__sbistype;
- __sbistype_l;
__isctype;
__toupper;
__sbtoupper;
@@ -197,6 +193,10 @@ FBSD_1.3 {
wcstoul_l;
wcstoull_l;
wcstoumax_l;
+ __sbistype_l;
+ __maskrune_l;
+ __sbmaskrune_l;
+ __istype_l;
__runes_for_locale;
_ThreadRuneLocale;
};
More information about the svn-src-all
mailing list