validation and marshaling of structs/unions
[m6w6/ext-psi] / m4 / signal.m4
index d16bf49ef8d21f8d2fe8240b83bcfe9eb4ce0c56..a9225ceb3fcc42297737985e6bb6bdeb7f9234af 100644 (file)
@@ -124,7 +124,7 @@ PSI_CHECK_SIGNAL() {
        )
        
        PSI_FUNCTOR_TYPE(void sa_handler, [(int signo)])
-       PSI_FUNCTOR_TYPE(void sa_sigaction, [(int signo, siginfo_t *info, void *context)])
+       PSI_FUNCTOR_TYPE(void sa_sigaction, [(int signo, siginfo_t *info, ucontext_t *context)])
        
        PSI_STRUCT(struct sigaction, [
                sa_handler sa_handler,