Skip to content
Snippets Groups Projects
Commit 8d29af7ca1e3 authored by Lasse Collin's avatar Lasse Collin
Browse files

xz: Avoid unneeded access of a volatile variable.

parent ddb6913fa8fd
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@
sigfillset(&sa.sa_mask);
sa.sa_flags = 0;
sigaction(sig, &sa, NULL);
raise(exit_signal);
raise(sig);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment