From ce39ccfdc09a4cc4f34640187b03595278a3a8dc Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Aug 2008 00:22:09 +0000 Subject: [PATCH] Need to call driver close() method on exit git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@792 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e7a60182c5e..e75d27e3026 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1032,6 +1032,7 @@ nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Added a test for redirection of stdio through pipes * Fixed error in dup and dup2: Must call open/close methods in fs/driver so that driver can correctly maintain open reference counts. + * Same issue on closing file descriptors in exit() * Fixed in error in stdio flush logic. Needed ssize_t vs size_t for error check.