mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-23 07:46:15 +00:00
lib: remove saved_sig_mask
Oversight from the exit handler cleanup, spotted by Chris Wilson. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
c684065be0
commit
598deeda52
@ -1433,7 +1433,6 @@ static struct {
|
|||||||
|
|
||||||
static igt_exit_handler_t exit_handler_fn[MAX_EXIT_HANDLERS];
|
static igt_exit_handler_t exit_handler_fn[MAX_EXIT_HANDLERS];
|
||||||
static bool exit_handler_disabled;
|
static bool exit_handler_disabled;
|
||||||
static sigset_t saved_sig_mask;
|
|
||||||
#define SIGDEF(x) { x, #x, sizeof(#x) - 1 }
|
#define SIGDEF(x) { x, #x, sizeof(#x) - 1 }
|
||||||
#define SILENT(x) { x, NULL, 0 }
|
#define SILENT(x) { x, NULL, 0 }
|
||||||
static const struct { int number; const char *name; size_t name_len; } handled_signals[] =
|
static const struct { int number; const char *name; size_t name_len; } handled_signals[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user