mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user