mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] A question about SA_RESTORER
@ 2022-08-01  9:27 王洪亮
  2022-08-01 11:11 ` Dmitry Selyutin
  0 siblings, 1 reply; 4+ messages in thread
From: 王洪亮 @ 2022-08-01  9:27 UTC (permalink / raw)
  To: musl

Hi,

I have a question about SA_RESTORER:

In src/signal/sigaction.c,there is a reference of SA_RESTORER:
ksa.flags = sa->sa_flags | SA_RESTORER;

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?

thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-01 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01  9:27 [musl] A question about SA_RESTORER 王洪亮
2022-08-01 11:11 ` Dmitry Selyutin
2022-08-01 11:30   ` WANG Xuerui
2022-08-01 17:06     ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).