svn commit: r232926 - in head: include/xlocale lib/libc/locale

David Schultz das at FreeBSD.ORG
Thu Apr 12 03:25:47 UTC 2012


On Tue, Mar 13, 2012, David Chisnall wrote:
> Modified: head/lib/libc/locale/Symbol.map
> ==============================================================================
> --- head/lib/libc/locale/Symbol.map	Tue Mar 13 14:10:33 2012	(r232925)
> +++ head/lib/libc/locale/Symbol.map	Tue Mar 13 14:14:13 2012	(r232926)
> @@ -60,9 +60,13 @@ FBSD_1.0 {
>  	nextwctype;
>  	nl_langinfo;
>  	__maskrune;
> +	__maskrune_l;
>  	__sbmaskrune;
> +	__sbmaskrune_l;
>  	__istype;
> +	__istype_l;
>  	__sbistype;
> +	__sbistype_l;
>  	__isctype;
>  	__toupper;
>  	__sbtoupper;

(still a month behind on commit mail)

This doesn't look right; new symbols should be in the FBSD_1.3
namespace, not FBSD_1.0.

Here is the symbol versioning documentation, if you care:

     http://people.freebsd.org/~deischen/symver/freebsd_versioning.txt


More information about the svn-src-head mailing list