On Sun, Feb 22, 2015 at 02:41:33PM +0000, Sami Kerola wrote: > + sig_a.sa_flags = SA_SIGINFO; > + sig_a.sa_handler = (void (*)(int))timeout_handler; man sigaction: If SA_SIGINFO is specified in sa_flags, then sa_sigaction (instead of sa_handler) specifies the signal-handling function for signum. I'll fix it... Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html