summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-06-17 12:34:37 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-06-17 12:34:37 +0000
commit18124551c344461cc333859af733ada8b0e8253d (patch)
tree7f93beddd4854548292dc1f7abe5181b2c0f4a35 /cpukit/libcsupport/include/rtems/libio.h
parent2011-06-17 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-18124551c344461cc333859af733ada8b0e8253d.tar.bz2
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.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 73c52e31d7..2538b9fe84 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -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
);