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:
Ralf Corsepius
2009-12-10 16:55:36 +00:00
parent dab21360b1
commit e8d3c1931a
2 changed files with 7 additions and 2 deletions

View File

@@ -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):

View File

@@ -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;