Changeset a3b4632 in rtems for cpukit/rtems

Timestamp:
10/04/05 21:53:58 (19 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
24b6d2f
Parents:
dc4bd19
Message:

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

PR 829/rtems

  • src/tasks.c, 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.