X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmips%2Fksigaction.h;h=3127f7c0218333196945bca4139c3ef0c3df4483;hb=8735a921d0242be0d7e6dbe0f76f79e09d4f06dd;hp=648ce0685bae6043f636a50a46c5d744adf14b4f;hpb=6315004f6102dca44c4ba50654a36967b8b9c2a6;p=musl diff --git a/arch/mips/ksigaction.h b/arch/mips/ksigaction.h index 648ce068..3127f7c0 100644 --- a/arch/mips/ksigaction.h +++ b/arch/mips/ksigaction.h @@ -2,5 +2,10 @@ struct k_sigaction { unsigned flags; void (*handler)(int); unsigned long mask[4]; + /* The following field is past the end of the structure the + * kernel will read or write, and exists only to avoid having + * mips-specific preprocessor conditionals in sigaction.c. */ void (*restorer)(); }; + +void __restore(), __restore_rt();