Skip to content
Snippets Groups Projects
Commit b5d925ac authored by Simon McVittie's avatar Simon McVittie
Browse files

utils: Add pv_async_signal_safe_error()


This gives us a way to report failure in a signal handler, or between
fork() and exec(), both of which are contexts where only a restricted
set of async-signal-safe functions are allowed. See signal-safety(7),
signal(7) and fork(2) for details.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c309cd18
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment