From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10474 Path: news.gmane.org!.POSTED!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] add pthread_setname_np Date: Fri, 16 Sep 2016 12:09:47 +0300 (MSK) Message-ID: References: <20160916002351.GA5913@nyan> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1474017044 24592 195.159.176.226 (16 Sep 2016 09:10:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2016 09:10:44 +0000 (UTC) User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) To: musl@lists.openwall.com Original-X-From: musl-return-10487-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 16 11:10:40 2016 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.84_2) (envelope-from ) id 1bkpAF-0004qc-VU for gllmg-musl@m.gmane.org; Fri, 16 Sep 2016 11:10:32 +0200 Original-Received: (qmail 3731 invoked by uid 550); 16 Sep 2016 09:10:32 -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 3713 invoked from network); 16 Sep 2016 09:10:31 -0000 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10474 Archived-At: On Fri, 16 Sep 2016, Alexander Monakov wrote: > return status ? errno : 0; status < 0 ? errno : 0