K 10 svn:author V 8 jmallett K 8 svn:date V 27 2012-03-06T08:02:10.285318Z K 7 svn:log V 368 Store TLS base in the sigframe just as is done in freebsd32_sendsig. Because the native sigreturn doesn't use set_mcontext like the COMPAT_FREEBSD32 version does, this wouldn't actually result in overwriting the TLS base. Probably it makes sense to restructure the native sigreturn to use set_mcontext for consistency, and to allow sigreturn to change the TLS base. END