From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14252 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: pthread_getname_np implementation Date: Fri, 21 Jun 2019 10:04:59 -0400 Message-ID: <20190621140459.GW1506@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="93436"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14268-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 21 16:05:14 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1heKAE-000OCO-42 for gllmg-musl@m.gmane.org; Fri, 21 Jun 2019 16:05:14 +0200 Original-Received: (qmail 13474 invoked by uid 550); 21 Jun 2019 14:05:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 13453 invoked from network); 21 Jun 2019 14:05:11 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14252 Archived-At: On Fri, Jun 21, 2019 at 01:36:49PM +0000, Poggiali, Antonio wrote: > Hello, > > I've written the missing API pthread_getname_np for the latest version of the library. > In attachment the patch to apply in on the master branch. > > I'd really like to see it integrated in the next release. I think this was brought up before and it was deemed not appropriate for inclusion because there are multiple incompatible historical functions by the same name. I'll see what I can find from past discussions. Rich