forked from Imagelibrary/rtems
2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 419/rtems * src/termios.c: Removed warning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-07-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 419/rtems
|
||||||
|
* src/termios.c: Removed warning.
|
||||||
|
|
||||||
2003-07-02 Chris Johns <cjohns@cybertec.com.au>
|
2003-07-02 Chris Johns <cjohns@cybertec.com.au>
|
||||||
|
|
||||||
* include/rtems/libio.h, src/termios.c: Patch by Chris Johns
|
* include/rtems/libio.h, src/termios.c: Patch by Chris Johns
|
||||||
|
|||||||
@@ -470,6 +470,7 @@ rtems_status_code rtems_termios_bufsize (
|
|||||||
rtems_termios_cbufsize = cbufsize;
|
rtems_termios_cbufsize = cbufsize;
|
||||||
rtems_termios_raw_input_size = raw_input;
|
rtems_termios_raw_input_size = raw_input;
|
||||||
rtems_termios_raw_output_size = raw_output;
|
rtems_termios_raw_output_size = raw_output;
|
||||||
|
return RTEMS_SUCCESSFUL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user