summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 13:59:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 13:59:31 +0000
commit68bc7cefbd11c4dbeca86fb64fac3466dd4f5b69 (patch)
treefd1605d23bc93e70f2d8bd7fa5541bec9d33cd2d /nuttx/Documentation/NuttxUserGuide.html
parentcc17fe8980154e5af111651cce271798b4f8482b (diff)
downloadnuttx-68bc7cefbd11c4dbeca86fb64fac3466dd4f5b69.tar.gz
nuttx-68bc7cefbd11c4dbeca86fb64fac3466dd4f5b69.tar.bz2
nuttx-68bc7cefbd11c4dbeca86fb64fac3466dd4f5b69.zip
Fix atexit() function being called twice
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index dec4fca02..9d3af1c27 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -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>