From 081297ae419d1986ef51d7b4326f3573004b04e8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Aug 2008 00:22:09 +0000 Subject: 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 --- nuttx/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 39d4fa603..be4610ec0 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -383,6 +383,7 @@ * 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. -- cgit v1.2.3