1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Fix some incorrect symbol versions.

Reported by:	das
This commit is contained in:
David Chisnall 2012-04-22 18:51:38 +00:00
parent fbe83f25fb
commit 6ed2e496fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234578

View File

@ -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;
};