rom/exec: Added SaveTaskStorage() and the RestoreTaskStorage() functions.
commita53f2111fa32cdb137c165175a68f12c0b63c7c7
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 13:59:58 +0000 (5 13:59 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 13:59:58 +0000 (5 13:59 +0000)
tree6f26925fb6d3ae9a49d1d0f0973210cbfc60bbf6
parent918e21df9d77c8527afd49bdfc3c80fb8dbb0ac8
rom/exec: Added SaveTaskStorage() and the RestoreTaskStorage() functions.

These function allow to remember a state of the TaskStorage and restore it to the previous state.
This will be used by dos/RunCommand() to clean up after the child command has finished.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43872 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/exec/exec.conf
rom/exec/mmakefile.src
rom/exec/restoretaskstorage.c [new file with mode: 0644]
rom/exec/savetaskstorage.c [new file with mode: 0644]