summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-26 15:51:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-26 15:51:32 +0000
commit609e058219d516a9e6230267d70d5dc2d41e935d (patch)
tree411209de0dd567c85902a2e080254db162a20c9c /testsuites
parent2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-609e058219d516a9e6230267d70d5dc2d41e935d.tar.bz2
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog5
-rw-r--r--testsuites/psxtests/psxfatal_support/init.c4
-rw-r--r--testsuites/psxtests/psxfatal_support/system.h4
3 files changed, 9 insertions, 4 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index a5b89b287b..6427fd58cf 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
+ deprecated rtems_extension.
+
2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c
index b0e817c2bb..7b8cdc8583 100644
--- a/testsuites/psxtests/psxfatal_support/init.c
+++ b/testsuites/psxtests/psxfatal_support/init.c
@@ -11,7 +11,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -119,7 +119,7 @@ void Put_Source( uint32_t source )
}
-rtems_extension Fatal_extension(
+void Fatal_extension(
uint32_t source,
bool is_internal,
uint32_t error
diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h
index d5b6366e0a..4974a7eea0 100644
--- a/testsuites/psxtests/psxfatal_support/system.h
+++ b/testsuites/psxtests/psxfatal_support/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,7 +26,7 @@ void *POSIX_Init(
void *argument
);
-rtems_extension Fatal_extension(
+void Fatal_extension(
uint32_t source,
bool is_internal,
uint32_t error