mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
xz: Avoid unneeded access of a volatile variable.
This commit is contained in:
parent
f772a1572f
commit
b6314aa275
@ -166,7 +166,7 @@ signals_exit(void)
|
||||
sigfillset(&sa.sa_mask);
|
||||
sa.sa_flags = 0;
|
||||
sigaction(sig, &sa, NULL);
|
||||
raise(exit_signal);
|
||||
raise(sig);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user