forked from Imagelibrary/rtems
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.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>
|
||||||
|
|
||||||
|
* console/console.c:
|
||||||
|
Reflect changes to rtems_termios_callbacks->write.
|
||||||
|
|
||||||
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Switch to ../../shared/bspstart.c
|
* Makefile.am: Switch to ../../shared/bspstart.c
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ void console_outbyte_interrupt(
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int console_write_support (int minor, const char *buf, int len)
|
ssize_t console_write_support (int minor, const char *buf, size_t len)
|
||||||
{
|
{
|
||||||
int nwrite = 0;
|
int nwrite = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* console/console.c:
|
||||||
|
Reflect changes to rtems_termios_callbacks->write.
|
||||||
|
|
||||||
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* console/console.c: Let bsp_in_char return int.
|
* console/console.c: Let bsp_in_char return int.
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ void console_outbyte_interrupt(
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int console_write_support (int minor, const char *buf, int len)
|
ssize_t console_write_support (int minor, const char *buf, size_t len)
|
||||||
{
|
{
|
||||||
int nwrite = 0;
|
int nwrite = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* console/console.c:
|
||||||
|
Reflect changes to rtems_termios_callbacks->write.
|
||||||
|
|
||||||
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, startup/bspstart.c:
|
* Makefile.am, startup/bspstart.c:
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ int console_inbyte_nonblocking( int port );
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int console_write_support (int minor, const char *buf, int len)
|
ssize_t console_write_support (int minor, const char *buf, size_t len)
|
||||||
{
|
{
|
||||||
int nwrite = 0;
|
int nwrite = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user