From 83bf1054860a09dbdc31d2661fdf5382de32774a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 19 Feb 2014 10:57:46 +0100 Subject: score: Rename _Internal_error_Occurred() Rename _Internal_error_Occurred() into _Terminate(). --- cpukit/score/src/interr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/interr.c') diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c index 3836f527cb..c2a9fbe00f 100644 --- a/cpukit/score/src/interr.c +++ b/cpukit/score/src/interr.c @@ -28,7 +28,7 @@ System_state_Codes _System_state_Current; Internal_errors_Information _Internal_errors_What_happened; -void _Internal_error_Occurred( +void _Terminate( Internal_errors_Source the_source, bool is_internal, Internal_errors_t the_error -- cgit v1.2.3