call to raise() un-commented now that raise() is implemented

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

View File

@ -33,9 +33,6 @@ static int _Exit_SP = 0;
void
abort()
{
// ToDo: uncomment the raise() call once it is implemented
//raise(SIGABRT);
exit(EXIT_FAILURE);
}