forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
@@ -382,6 +382,7 @@ rtems_termios_close (void *arg)
|
||||
rtems_fatal_error_occurred (sc);
|
||||
}
|
||||
drainOutput (tty);
|
||||
rtems_semaphore_release (tty->osem);
|
||||
}
|
||||
|
||||
if (tty->device.outputUsesInterrupts == TERMIOS_TASK_DRIVEN) {
|
||||
|
||||
Reference in New Issue
Block a user