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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to