Author: ps-guest Date: 2012-04-20 06:10:38 +0000 (Fri, 20 Apr 2012) New Revision: 5194
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-use-thr-primitives.diff Log: alter kfreebsd/local-use-thr-primitives.diff. See: #654783. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2012-04-19 23:12:53 UTC (rev 5193) +++ glibc-package/trunk/debian/changelog 2012-04-20 06:10:38 UTC (rev 5194) @@ -1,6 +1,7 @@ eglibc (2.13-31) UNRELEASED; urgency=low - * + [ Petr Salinger ] + * alter kfreebsd/local-use-thr-primitives.diff. See: #654783. -- Adam Conrad <[email protected]> Thu, 19 Apr 2012 17:12:08 -0600 Modified: glibc-package/trunk/debian/patches/kfreebsd/local-use-thr-primitives.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-use-thr-primitives.diff 2012-04-19 23:12:53 UTC (rev 5193) +++ glibc-package/trunk/debian/patches/kfreebsd/local-use-thr-primitives.diff 2012-04-20 06:10:38 UTC (rev 5194) @@ -142,7 +142,7 @@ +#endif /* Check for dead children */ - if (terminated_children) { -+ if (terminated_children || main_thread_exiting) { ++ if (1 || terminated_children || main_thread_exiting) { terminated_children = 0; pthread_reap_children(); } -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

