summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-05-31 20:14:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-05-31 20:14:15 +0000
commitbd6c6f423d88aa5ae35b3e833cb96da83a878d8b (patch)
tree1ce05e9dfdf0de1ca1a69b3d155343a038f6790e /nuttx/ChangeLog
parentcce6409e1441451fd6ceef4f2a9d69dd04b5357d (diff)
downloadnuttx-bd6c6f423d88aa5ae35b3e833cb96da83a878d8b.tar.gz
nuttx-bd6c6f423d88aa5ae35b3e833cb96da83a878d8b.tar.bz2
nuttx-bd6c6f423d88aa5ae35b3e833cb96da83a878d8b.zip
Eliminate deadlock condition in opendir()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@757 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 975bbf1bb..180762c8b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -358,5 +358,6 @@
0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add support for recursive mutexes.
- * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
+ * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
being deleted with a POSIX timer was deleted.
+ * BUGFIX: Eliminate a deadlock condition in opendir().