ok, the second time's a charm

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2007 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Daniel Reinhold 2002-11-18 07:47:53 +00:00
parent 88a621e159
commit d3aaf99b1e

View File

@ -33,6 +33,7 @@ static int _Exit_SP = 0;
void
abort()
{
raise(SIGABRT);
exit(EXIT_FAILURE);
}