mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 18:06:48 +08:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user