New mode bit8 with burn_set_signal_handling() to particularly ignore SIGPIPE

This commit is contained in:
2013-07-01 16:00:28 +00:00
parent 4c6fa3a86a
commit 533585e9e0
4 changed files with 27 additions and 3 deletions

View File

@ -3771,6 +3771,9 @@ typedef int (*burn_abort_handler_t)(void *handle, int signum, int flag);
drives to become idle. E.g. by calling burn_abort(>0).
4 Like 3, but without calling burn_abort(-1). Only the
indicator of burn_is_aborting() gets set.
bit8: @since 1.3.2
try to ignore SIGPIPE (regardless of bit0 - bit3)
@since 0.2.6
*/
void burn_set_signal_handling(void *handle, burn_abort_handler_t handler,