From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9212 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Separate siginfo_t for MIPS Date: Tue, 26 Jan 2016 22:33:17 -0500 Message-ID: <20160127033317.GJ238@brightrain.aerifal.cx> References: <20151210124712.3b4b811fd0d99a5b482b4ee3@ubnt.com> <20151210123633.GD23362@port70.net> <20151216043428.GC238@brightrain.aerifal.cx> <20160126222453.GN9621@port70.net> <20160126225757.GI238@brightrain.aerifal.cx> <20160126233231.GO9621@port70.net> <20160127010356.GP9621@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1453865616 15451 80.91.229.3 (27 Jan 2016 03:33:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2016 03:33:36 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9225-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 27 04:33:36 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aOGrO-0007z5-Vv for gllmg-musl@m.gmane.org; Wed, 27 Jan 2016 04:33:35 +0100 Original-Received: (qmail 26051 invoked by uid 550); 27 Jan 2016 03:33:31 -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 26030 invoked from network); 27 Jan 2016 03:33:30 -0000 Content-Disposition: inline In-Reply-To: <20160127010356.GP9621@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9212 Archived-At: On Wed, Jan 27, 2016 at 02:03:57AM +0100, Szabolcs Nagy wrote: > * Szabolcs Nagy [2016-01-27 00:32:32 +0100]: > > * Rich Felker [2016-01-26 17:57:57 -0500]: > > > On Tue, Jan 26, 2016 at 11:24:54PM +0100, Szabolcs Nagy wrote: > > > > * Rich Felker [2015-12-15 23:34:28 -0500]: > > > > > On Thu, Dec 10, 2015 at 01:36:33PM +0100, Szabolcs Nagy wrote: > > > > > > * Dmitry Ivanov [2015-12-10 12:47:12 +0200]: > > > > > > > MIPS has non-default siginfo_t structure. Also, some si_code values are > > > > > > > different. This patch is required for POSIX timers to work. > > > > .... > > > > > > #define si_errno si_code > > > #define si_code si_errno > > instead of such confusing hack reorder the bits inclusion in signal.h Thanks! Applied. Rich