Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/arm/src/common: add heapinfo_set_stack_node function in up_vfork.c
If stack node, pid is negative number in heapinfo. vfork() function create stack, but doesn't update pid of stack node heapinfo. Therefore, this commit adds heapinfo_set_stack_node() to update the pid of stack node. Signed-off-by: eunwoo.nam <[email protected]>
- Loading branch information