summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/interr.c')
-rw-r--r--cpukit/score/src/interr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index 1d36d4a757..3dda8e6f9d 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -42,7 +42,7 @@
void volatile _Internal_error_Occurred(
Internal_errors_Source the_source,
boolean is_internal,
- unsigned32 the_error
+ uint32_t the_error
)
{