svn commit: r232582 - head/lib/libc/gen

Marcel Moolenaar marcel at xcllnt.net
Tue Mar 13 16:21:26 UTC 2012


On Mar 5, 2012, at 7:42 PM, Oleksandr Tymoshenko wrote:
> @@ -308,6 +308,13 @@ _init_tls()
> 		}
> 	}
> 
> +#ifdef TLS_VARIANT_I
> +	/*
> +	 * tls_static_space should include space for TLS structure
> +	 */
> +	tls_static_space += TLS_TCB_SIZE;
> +#endif
> +

How does this change behaviour on ia64 or powerpc?

-- 
Marcel Moolenaar
marcel at xcllnt.net




More information about the svn-src-all mailing list