X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fksigaction.h;h=8ebd5938352e7e0179dc745a897bb6894935ac6d;hb=51f4f8c512d682fe0c1a7a891909e75f416f20f6;hp=1d8d9646149b6900e41bf42dcc111e86143369bf;hpb=b61df2294f662540786f2558f691eba7447ff5ba;p=musl diff --git a/src/internal/ksigaction.h b/src/internal/ksigaction.h index 1d8d9646..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. */ @@ -8,4 +10,4 @@ struct k_sigaction { unsigned mask[2]; }; -void __restore(), __restore_rt(); +hidden void __restore(), __restore_rt();