From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1848 Path: news.gmane.org!not-for-mail From: "Anthony J. Bentley" Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH] Add _Noreturn specifier to functions specified as such by ISO C11 Date: Thu, 06 Sep 2012 19:34:05 -0600 Message-ID: <50494f10.a3e5440a.5221.ffffdf6a@mx.google.com> References: <20120906031236.GZ27715@brightrain.aerifal.cx> <20120906160250.69b15b99@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1346982028 26181 80.91.229.3 (7 Sep 2012 01:40:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2012 01:40:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1849-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 07 03:40:30 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T9nYa-0004AD-CZ for gllmg-musl@plane.gmane.org; Fri, 07 Sep 2012 03:40:28 +0200 Original-Received: (qmail 19768 invoked by uid 550); 7 Sep 2012 01:40:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15818 invoked from network); 7 Sep 2012 01:34:22 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:from:to:subject:in-reply-to:references:comments:date :x-gm-message-state; bh=ruL34umcswuVfwFO+3leirT4vo71eWue7lM/mKmcXxs=; b=hzcdrs3vMkFBPGcMIlHesYXbp6428i1rwRL+BPEUCYlR2aIWAuw2xuuFL2dGE7wkdz oByBHb14zjxpO+rpucDc4DhFH59lpn+FzxIEC1DDvtet6AlID1M8QfAN7kQrha5U0co3 Hlc8x2ChlgFYktL99NT8QDzJ/UGwylzp6pqgXG3SYUsGpqn9KWS5H+TeSSV4qsHZx5g9 TH4VG9wUHWgJBPV5+M2AtqBPOMiKZ1mWOv2yZqO62VS2XdRSLQS1OURyNUev409OmcbA 6t/bth7xLrx2JS4+Xlb5Usm0tlMvE6eiZMCM3gSq3sa0bn7njc2m9sUIjRNl4/mie084 zZtw== In-reply-to: <20120906160250.69b15b99@gmail.com> Comments: In-reply-to philomath message dated "Thu, 06 Sep 2012 16:02:50 +0200." X-Gm-Message-State: ALoCoQmEMgO4jTTxrgFaeTdfLWWm+ntIhtcEM7G0kgZQBu4MhHpum79E1wo2blec5VbCzQrMsDUV Xref: news.gmane.org gmane.linux.lib.musl.general:1848 Archived-At: philomath writes: > Hi, > > On Wed, 5 Sep 2012 23:12:36 -0400 > Rich Felker wrote: > > > On Wed, Sep 05, 2012 at 08:02:35PM +0200, philomath wrote: > > > Hi, > > > > > > Here is an updated version, addressing the issues rich mentioned. > > > > > > Should I add _Noreturn to other functions too (such as the various a_cras > h > > > versions, *err*, etc)? > > > > I don't really care about the err.h functions; these are legacy junk > > and should not be used in modern programs. err.h functions are not considered legacy by the BSDs, and are still recommended in their style guides.