Anchor | ||||
---|---|---|---|---|
|
abnormal termination [Open Group 2008]
Abnormal termination occurs when requested by the
abort()
function or when some signals are received. See also #normal normal termination.Anchor | ||||
---|---|---|---|---|
|
async-signal-safe function [ISO/IEC 9945:2008]
A function that may be invoked, without restriction, from signal-catching functions. No function [defined in ISO/IEC 9945] is async-signal-safe unless explicitly described as such. See also #asynchronous-safe.
...