2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* libmisc/mouse/serial_mouse.c: Make serial_mouse_l_rint static.
This commit is contained in:
Ralf Corsepius
2011-12-06 08:00:24 +00:00
parent 96d3f26e1d
commit 3ab21dce11
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/mouse/serial_mouse.c: Make serial_mouse_l_rint static.
* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing
prototypes).
* libcsupport/src/malloc_sbrk_helpers.c: Make
malloc_sbrk_initialize, malloc_sbrk_extend_and_allocate static.
+1 -1
View File
@@ -25,7 +25,7 @@ int serial_mouse_fd = -1;
const char *serial_mouse_device;
const char *serial_mouse_type;
int serial_mouse_l_rint(int c, struct rtems_termios_tty *tp)
static int serial_mouse_l_rint(int c, struct rtems_termios_tty *tp)
{
unsigned char buf = c;