mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user