summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 22:15:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 22:15:32 +0000
commit6e7ee0bd25e173571105bffae50b3b99b5d51b9a (patch)
treebe0d6f7b137143907b9bf26e9667fcfd74dbcc84 /cpukit/ChangeLog
parent2010-08-09 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-6e7ee0bd25e173571105bffae50b3b99b5d51b9a.tar.bz2
2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1662/filesystem * libcsupport/src/termios.c: osem is now released before attempt to delete in rtems_termios_close.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3698457375..b3475134db 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
+ PR 1662/filesystem
+ * libcsupport/src/termios.c: osem is now released before attempt
+ to delete in rtems_termios_close.
+
+2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
+
PR 1660/filesystem
* libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed
int pipe_release to void pipe_release.