Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Aug 2022 14:11:12 +0300
From: Dmitry Selyutin <ghostmansd@...il.com>
To: musl@...ts.openwall.com
Subject: Re: A question about SA_RESTORER

On Mon, Aug 1, 2022 at 12:27 PM 王洪亮 <wanghongliang@...ngson.cn> wrote:
> LoongArch does not support SA_RESTORER,but must be define the macro
> of SA_RESTORER in LoongArch,otherwise a build error will occur.
> I want to ask if could consider the unsupported case about the
> reference of SA_RESTORER in architecture independent code?

Perhaps you could just `#define SA_RESTORER 0` in the corresponding
bits/signal.h?

-- 
Best regards,
Dmitry Selyutin

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.