Last exit() -> _exit() in misuse test

This commit is contained in:
Frank Denis
2022-11-14 00:08:38 +01:00
parent 6bcaccafab
commit 62c0a60a00
+1 -1
View File
@@ -12,7 +12,7 @@ static void
sigabrt_handler_15(int sig)
{
(void) sig;
exit(0);
_exit(0);
}
# ifndef SODIUM_LIBRARY_MINIMAL