summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 14:54:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 14:54:13 +0000
commit95bb27997351eb2f673157c1b199afff9348b93d (patch)
tree0736584c9dda74f917f7830dc00b3a79acc0e273 /cpukit/rtems/src/tasks.c
parentAdded per-task variable data stucture (rtems_task_variable_t), (diff)
downloadrtems-95bb27997351eb2f673157c1b199afff9348b93d.tar.bz2
Used typedef so all "struct rtems_task_variable_t" uses are now
just "rtems_task_variable_t".
Diffstat (limited to 'cpukit/rtems/src/tasks.c')
-rw-r--r--cpukit/rtems/src/tasks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 283d5e8f20..e05aecca3f 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -94,8 +94,8 @@ User_extensions_routine _RTEMS_tasks_Delete_extension(
Thread_Control *deleted
)
{
- RTEMS_API_Control *api;
- struct rtems_task_variable_t *tvp, *next;
+ RTEMS_API_Control *api;
+ rtems_task_variable_t *tvp, *next;
api = executing->API_Extensions[ THREAD_API_RTEMS ];
@@ -132,8 +132,8 @@ void _RTEMS_tasks_Switch_extension(
Thread_Control *heir
)
{
- RTEMS_API_Control *api;
- struct rtems_task_variable_t *tvp;
+ RTEMS_API_Control *api;
+ rtems_task_variable_t *tvp;
/*
* Per Task Variables