X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fksigaction.h;h=8ebd5938352e7e0179dc745a897bb6894935ac6d;hb=51f4f8c512d682fe0c1a7a891909e75f416f20f6;hp=2eacabf1138e122c71e6dc3aaa1d477cd4a03f06;hpb=2b0af609ef3d90fe6433270f2e2f62fc77ec7441;p=musl diff --git a/src/internal/ksigaction.h b/src/internal/ksigaction.h index 2eacabf1..8ebd5938 100644 --- a/src/internal/ksigaction.h +++ b/src/internal/ksigaction.h @@ -1,3 +1,5 @@ +#include + /* This is the structure used for the rt_sigaction syscall on most archs, * but it can be overridden by a file with the same name in the top-level * arch dir for a given arch, if necessary. */ @@ -7,3 +9,5 @@ struct k_sigaction { void (*restorer)(void); unsigned mask[2]; }; + +hidden void __restore(), __restore_rt();