Chris Travers <chris.trav...@adjust.com> writes: > However, what I think one could do is use a struct of volatile > sig_atomic_t members and macros for checking/setting. Simply writing a > value is safe in C89 and higher.
Yeah, we could group those flags in a struct, but what's the point? regards, tom lane