Date: Sat, 25 Sep 2010 08:36:46 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213161 - head/lib/libthr/thread Message-ID: <201009250836.o8P8akbl055205@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: davidxu Date: Sat Sep 25 08:36:46 2010 New Revision: 213161 URL: http://svn.freebsd.org/changeset/base/213161 Log: Add missing field. Modified: head/lib/libthr/thread/thr_private.h Modified: head/lib/libthr/thread/thr_private.h ============================================================================== --- head/lib/libthr/thread/thr_private.h Sat Sep 25 08:19:34 2010 (r213160) +++ head/lib/libthr/thread/thr_private.h Sat Sep 25 08:36:46 2010 (r213161) @@ -452,6 +452,7 @@ struct pthread { #ifdef _PTHREAD_FORCED_UNWIND struct _Unwind_Exception ex; void *unwind_stackend; + int unwind_disabled; #endif /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009250836.o8P8akbl055205>