Peter Soetens wrote:
>         struct sigaction sa;
>         sa.sa_sigaction = &rl_sigwinch_handler;
>         sa.sa_flags = SA_SIGINFO;

You probably want sa.sa_fags = SA_SIGINFO | SA_RESTART here.

And you should initialize sa.sa_mask.

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to