forked from Imagelibrary/rtems
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/console-polled.c:
|
||||
Reflect changes to rtems_termios_callbacks->write.
|
||||
|
||||
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/umon/tfsDriver.c (rtems_tfs_eval_path):
|
||||
|
||||
@@ -35,10 +35,10 @@ void console_initialize_hardware(void);
|
||||
* Console Termios Support Entry Points
|
||||
*
|
||||
*/
|
||||
int console_write_support (
|
||||
ssize_t console_write_support (
|
||||
int minor,
|
||||
const char *bufarg,
|
||||
int len
|
||||
size_t len
|
||||
)
|
||||
{
|
||||
int nwrite = 0;
|
||||
|
||||
Reference in New Issue
Block a user