forked from Imagelibrary/rtems
2011-06-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio.h, cpukit/libcsupport/src/termios.c: Added const qualifier to rtems_termios_enqueue_raw_characters(). Removed superfluous cast.
This commit is contained in:
@@ -1647,7 +1647,7 @@ rtems_status_code rtems_termios_ioctl(
|
||||
|
||||
int rtems_termios_enqueue_raw_characters(
|
||||
void *ttyp,
|
||||
char *buf,
|
||||
const char *buf,
|
||||
int len
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user