From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBA57138330 for ; Sun, 2 Oct 2016 22:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07ED6E0C02; Sun, 2 Oct 2016 22:37:24 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D29F9E0C02 for ; Sun, 2 Oct 2016 22:37:23 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 625FD2008F for ; Mon, 3 Oct 2016 00:37:18 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3snKmm1gn0zyp0; Mon, 3 Oct 2016 00:37:12 +0200 (CEST) Date: Sun, 2 Oct 2016 18:35:15 -0400 From: Felix Janda To: Laine Gholson Cc: gentoo-musl@lists.gentoo.org Subject: Re: [gentoo-musl] [PATCH] sys-fs/btrfs-progs: in-tree version works Message-ID: <20161002223515.GA537@nyan> References: <21a06e2a-215e-c042-ee74-8b316d90b65c@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo musl list X-BeenThere: gentoo-musl@gentoo.org X-BeenThere: gentoo-musl@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21a06e2a-215e-c042-ee74-8b316d90b65c@gmail.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Archives-Salt: 4b97b40c-b1bd-48e8-9612-0d1595c64f35 X-Archives-Hash: cffc42883d7844994d04c71fe7a3ecdf Laine Gholson wrote: > From 42fbc0f5e4714004d354eb3d4aabea14821f4b9d Mon Sep 17 00:00:00 2001 > From: Laine Gholson > Date: Sun, 2 Oct 2016 15:04:50 -0500 > Subject: [PATCH] sys-fs/btrfs-progs: in-tree version works > > musl now has the pthread_*join_np extensions looks good to me. pushed. Thanks, Felix