X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmips%2Fksigaction.h;h=6d731646c14235e8bff19884301ec1569dce1cf0;hb=HEAD;hp=648ce0685bae6043f636a50a46c5d744adf14b4f;hpb=6315004f6102dca44c4ba50654a36967b8b9c2a6;p=musl diff --git a/arch/mips/ksigaction.h b/arch/mips/ksigaction.h index 648ce068..6d731646 100644 --- a/arch/mips/ksigaction.h +++ b/arch/mips/ksigaction.h @@ -2,5 +2,8 @@ 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)(); };