Fix atexit() function being called twice

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-04-23 13:59:31 +00:00
parent 7e3050600f
commit d6d573f6fa
2 changed files with 20 additions and 3 deletions
+6
View File
@@ -522,6 +522,12 @@ And the UNIX interface:
The task is first terminated and then reinitialized with same
ID, priority, original entry point, stack size, and parameters
it had when it was first started.
</p>
<p>
NOTE: The normal task exit clean up is not performed.
For example, file descriptors are not closed;
any files opened prior to the restart will remain opened after the task is restarted.
</p>
<p>
<b>Input Parameters:</b>
<ul>