summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support/system.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-14 11:30:00 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-15 10:35:07 +0100
commit611f926212f5764a89922c04d2b5eb08ff81b5c3 (patch)
tree197c99ff87ac31df485bd03f148428f646c70d84 /testsuites/psxtests/psxfatal_support/system.h
parentmonitor: Print short and long task names (diff)
downloadrtems-611f926212f5764a89922c04d2b5eb08ff81b5c3.tar.bz2
psxtests: Fix warnings
Diffstat (limited to 'testsuites/psxtests/psxfatal_support/system.h')
-rw-r--r--testsuites/psxtests/psxfatal_support/system.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h
index c825a4a252..cb84ef11ea 100644
--- a/testsuites/psxtests/psxfatal_support/system.h
+++ b/testsuites/psxtests/psxfatal_support/system.h
@@ -25,10 +25,7 @@ void force_error(void);
void Put_Source( rtems_fatal_source source );
-void Put_Error(
- uint32_t source,
- uint32_t error
-);
+void Put_Error( rtems_fatal_source source, rtems_fatal_code error );
void *POSIX_Init(
void *argument