X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fksigaction.h;h=c40e356842561c8269cda7c84ac7e2cffb1c90e7;hb=759bf785a84bd56ed1b163594f3f66ade808c0e3;hp=7743c5c6b8122bc3dd5692bead45c00623d57dbf;hpb=54991729fd1e3d3a0cb71884d758d86afe6da9e0;p=musl diff --git a/arch/x86_64/ksigaction.h b/arch/x86_64/ksigaction.h index 7743c5c6..c40e3568 100644 --- a/arch/x86_64/ksigaction.h +++ b/arch/x86_64/ksigaction.h @@ -1,3 +1,5 @@ +#include + struct k_sigaction { void (*handler)(int); unsigned long flags; @@ -5,5 +7,5 @@ struct k_sigaction { unsigned mask[2]; }; -void __restore_rt(); +hidden void __restore_rt(); #define __restore __restore_rt