Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 26 Jan 2016 22:33:17 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] Separate siginfo_t for MIPS

On Wed, Jan 27, 2016 at 02:03:57AM +0100, Szabolcs Nagy wrote:
> * Szabolcs Nagy <nsz@...t70.net> [2016-01-27 00:32:32 +0100]:
> > * Rich Felker <dalias@...c.org> [2016-01-26 17:57:57 -0500]:
> > > On Tue, Jan 26, 2016 at 11:24:54PM +0100, Szabolcs Nagy wrote:
> > > > * Rich Felker <dalias@...c.org> [2015-12-15 23:34:28 -0500]:
> > > > > On Thu, Dec 10, 2015 at 01:36:33PM +0100, Szabolcs Nagy wrote:
> > > > > > * Dmitry Ivanov <dmitrijs.ivanovs@...t.com> [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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.