From 3f727f980e3bb631e8d55834a0a79701c3b7aa8a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 26 Sep 2009 16:17:00 +0000 Subject: 2009-09-26 Joel Sherrill * libmisc/capture/capture.c, posix/src/pthread.c, rtems/src/tasks.c, score/include/rtems/score/userext.h: Eliminate use of deprecated rtems_extension. Re-add prototype for _User_extensions_Add_API_set. --- cpukit/rtems/src/tasks.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index 66c975cec8..e81bf72167 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -1,7 +1,7 @@ /* * RTEMS Task Manager -- Initialize Manager * - * COPYRIGHT (c) 1989-2008. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -88,7 +88,7 @@ bool _RTEMS_tasks_Create_extension( * first time. */ -User_extensions_routine _RTEMS_tasks_Start_extension( +void _RTEMS_tasks_Start_extension( Thread_Control *executing, Thread_Control *started ) @@ -107,7 +107,7 @@ User_extensions_routine _RTEMS_tasks_Start_extension( * This extension routine is invoked when a task is deleted. */ -User_extensions_routine _RTEMS_tasks_Delete_extension( +void _RTEMS_tasks_Delete_extension( Thread_Control *executing, Thread_Control *deleted ) -- cgit v1.2.3