libgo/runtime: Change std::abort to abort.

From-SVN: r176181
This commit is contained in:
Ian Lance Taylor 2011-07-11 20:16:01 +00:00
parent c0b6224a6e
commit ae06570eb6

View File

@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version,
break;
default:
std::abort();
abort();
}
actions |= state & _US_FORCE_UNWIND;