From ac85d56d48cdff59314c2ffa125b04a7e56a4ecf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 26 Sep 2009 15:47:16 +0000 Subject: 2009-09-26 Joel Sherrill * sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c, sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h: Eliminate use of deprecated rtems_extension. --- testsuites/sptests/sp07/tstart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/sp07/tstart.c') diff --git a/testsuites/sptests/sp07/tstart.c b/testsuites/sptests/sp07/tstart.c index 8fe271a738..ef9c186534 100644 --- a/testsuites/sptests/sp07/tstart.c +++ b/testsuites/sptests/sp07/tstart.c @@ -8,7 +8,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -20,7 +20,7 @@ #include "system.h" -rtems_extension Task_start_extension( +void Task_start_extension( rtems_tcb *unused, rtems_tcb *started_task ) -- cgit v1.2.3