Signals: Difference between revisions

No change in size ,  9 years ago
m
C1X -> C11
[unchecked revision][unchecked revision]
No edit summary
m (C1X -> C11)
Line 4:
 
==Handling==
Signal handling is ''tricky'', since it breaks the single-control-flow structure of a C program. Not only that but in C, almost nothing is atomic, not even something like i++ (unless i is of type sig_atomic_t)---note that C1XC11 adds more atomicity support. Make sure you read the manuals.
 
==See Also==
Anonymous user