summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskvariableadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskvariableadd.c')
-rw-r--r--cpukit/rtems/src/taskvariableadd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/src/taskvariableadd.c b/cpukit/rtems/src/taskvariableadd.c
index 9307612fe6..b3649ec8c3 100644
--- a/cpukit/rtems/src/taskvariableadd.c
+++ b/cpukit/rtems/src/taskvariableadd.c
@@ -28,10 +28,10 @@ rtems_status_code rtems_task_variable_add(
int *ptr
)
{
- Thread_Control *the_thread;
- Objects_Locations location;
- RTEMS_API_Control *api;
- struct rtems_task_variable_t *tvp, *new;
+ Thread_Control *the_thread;
+ Objects_Locations location;
+ RTEMS_API_Control *api;
+ rtems_task_variable_t *tvp, *new;
the_thread = _Thread_Get (tid, &location);
switch (location) {