mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 09:26:32 +08:00
GP-6847 fix musl issue with _exit function for Decompiler
This commit is contained in:
@@ -510,7 +510,7 @@ void GhidraDecompCapability::initialize(void)
|
||||
static void segvHandler(int4 sig)
|
||||
|
||||
{
|
||||
_exit(1); // Don't do any cleanup, just die - prevents OS from popping-up a dialog
|
||||
_Exit(1); // Don't do any cleanup, just die - prevents OS from popping-up a dialog
|
||||
}
|
||||
|
||||
} // End namespace ghidra
|
||||
|
||||
Reference in New Issue
Block a user