summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/exd_tsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/exd_tsk.c')
-rw-r--r--cpukit/itron/src/exd_tsk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/exd_tsk.c b/cpukit/itron/src/exd_tsk.c
index c99282f4d8..1cae344a53 100644
--- a/cpukit/itron/src/exd_tsk.c
+++ b/cpukit/itron/src/exd_tsk.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -34,7 +34,7 @@ void exd_tsk( void )
_Thread_Disable_dispatch();
- the_information = _Objects_Get_information( _Thread_Executing->Object.id );
+ the_information = _Objects_Get_information_id( _Thread_Executing->Object.id );
/* This should never happen if _Thread_Get() works right */
assert( the_information );