mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:44:32 +08:00
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/termios.c: Remove unnecessary cast.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/termios.c: Remove unnecessary cast.
|
||||
* libmisc/shell/main_mv.c: Add prototype for main_mv.
|
||||
|
||||
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -1002,7 +1002,7 @@ fillBufferQueue (struct rtems_termios_tty *tty)
|
||||
{
|
||||
rtems_interval timeout = tty->rawInBufSemaphoreFirstTimeout;
|
||||
rtems_status_code sc;
|
||||
int wait = (int)1;
|
||||
int wait = 1;
|
||||
|
||||
while ( wait ) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user