Hacker News new | ask | show | jobs
by mrpippy 3960 days ago
And to be exceedingly pedantic, a signal handler should only modify a 'volatile sig_atomic_t' variable. I assume this is just typedef'd to a machine word on all typical POSIX platforms though.