Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 18:51:38 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234578 - head/lib/libc/locale
Message-ID:  <201204221851.q3MIpc52052306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204221851.q3MIpc52052306>