Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 27 Jan 2016 02:03:57 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] Separate siginfo_t for MIPS

* 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


View attachment "0001-move-bits-signal.h-include-close-to-the-top-of-signa.patch" of type "text/x-diff" (1699 bytes)

View attachment "0002-fix-siginfo_t-for-mips.patch" of type "text/x-diff" (1324 bytes)

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.