Files
rtems/cpukit/rtems
Joel Sherrill a93a23951e 2005-10-04 Till Straumann <strauman@slac.stanford.edu>
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.
2005-10-04 21:55:24 +00:00
..