summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-04-22 18:51:38 +0000
committertheraven <theraven@FreeBSD.org>2012-04-22 18:51:38 +0000
commitaeabc6ab90282e0f95f4f5b62d61e1eadd064828 (patch)
tree506af901635e0fc95f61f5665d83e5bcb137d6f9 /lib/libc
parent61acb6ea939f88b688e062ee5edba0af3ef79e6f (diff)
downloadFreeBSD-src-aeabc6ab90282e0f95f4f5b62d61e1eadd064828.zip
FreeBSD-src-aeabc6ab90282e0f95f4f5b62d61e1eadd064828.tar.gz
Fix some incorrect symbol versions.
Reported by: das
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/Symbol.map8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/Symbol.map b/lib/libc/locale/Symbol.map
index 158ba80..f6367da 100644
--- a/lib/libc/locale/Symbol.map
+++ b/lib/libc/locale/Symbol.map
@@ -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;
};
OpenPOWER on IntegriCloud