From d3aaf99b1ed403c10631350aeb957f6ef464a3a6 Mon Sep 17 00:00:00 2001 From: Daniel Reinhold Date: Mon, 18 Nov 2002 07:47:53 +0000 Subject: [PATCH] ok, the second time's a charm git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2007 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/stdlib/exit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/libroot/posix/stdlib/exit.c b/src/kernel/libroot/posix/stdlib/exit.c index 87e08efb06..1264406755 100644 --- a/src/kernel/libroot/posix/stdlib/exit.c +++ b/src/kernel/libroot/posix/stdlib/exit.c @@ -33,6 +33,7 @@ static int _Exit_SP = 0; void abort() { + raise(SIGABRT); exit(EXIT_FAILURE); }