aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgo/runtime/go-unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-unwind.c b/libgo/runtime/go-unwind.c
index c0fc59c..0bc3f1b 100644
--- a/libgo/runtime/go-unwind.c
+++ b/libgo/runtime/go-unwind.c
@@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version,
break;
default:
- std::abort();
+ abort();
}
actions |= state & _US_FORCE_UNWIND;