Changeset a93a239 in rtems for cpukit/rtems

Timestamp:
10/04/05 21:55:24 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
da6ce58f
Parents:
1a561f8
Message:

2005-10-04 Till Straumann <strauman@…>

PR 829/rtems

  • rtems/src/tasks.c, rtems/src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
(No files)

Note: See TracChangeset for help on using the changeset viewer.