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:
parent
e8b75a376a
commit
88a621e159
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user