summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 2538b9fe84..07dfd1dd30 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1617,9 +1617,9 @@ void rtems_termios_initialize (void);
* is open, close then open it again.
*/
rtems_status_code rtems_termios_bufsize (
- int cbufsize, /* cooked buffer size */
- int raw_input, /* raw input buffer size */
- int raw_output /* raw output buffer size */
+ size_t cbufsize, /* cooked buffer size */
+ size_t raw_input, /* raw input buffer size */
+ size_t raw_output /* raw output buffer size */
);
rtems_status_code rtems_termios_open (