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
This commit is contained in:
parent
00457bca1c
commit
ce39ccfdc0
@ -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
|
* 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
|
* Fixed error in dup and dup2: Must call open/close methods in fs/driver so that
|
||||||
driver can correctly maintain open reference counts.
|
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
|
* Fixed in error in stdio flush logic. Needed ssize_t vs size_t for error
|
||||||
check.
|
check.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user