Signal handlers. More...
Go to the source code of this file.
Macros | |
#define | MAIN_ERR_PREFIX "MAIN: " |
Message prefix for MAIN module. | |
Functions | |
int | sighandler_install (void) |
Install signal handlers. More... | |
int | sighandler_exec_prepare (void) |
Prepare for exec() More... | |
int | sighandler_check_abort (void) |
Check abort flag. More... | |
Signal handlers.
Copyright (c) 2012-2020 by the developers. See the LICENSE file for details.
If nothing else is specified, function return zero to indicate success and a negative value to indicate an error.
Definition in file sighandler.c.