On Fri, 8 Jan 2010, Chris Cannam wrote:
So the only thing you're allowed to do, besides
exit, is assign to a
global volatile sig_atomic_t variable and return.
Thanks, I wasn't aware of that.
I was originally thinking, "it's up to the application to
figure this out... I don't care how they handle the signal
-- just as long as they save 'soon'." However, I think
putting in this warning from C99 would do well to ensure
that it's implemented properly.
-gabriel