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:
@@ -33,9 +33,6 @@ static int _Exit_SP = 0;
|
|||||||
void
|
void
|
||||||
abort()
|
abort()
|
||||||
{
|
{
|
||||||
// ToDo: uncomment the raise() call once it is implemented
|
|
||||||
|
|
||||||
//raise(SIGABRT);
|
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user