summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 18:49:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 18:49:34 +0000
commit51eb8d55a065632ccb31444418740406f762e5b7 (patch)
tree3357728c0b2852a555b0ab797782a688c1d95847 /c/src/lib/include/rtems
parentSwitched to new style for read support routine. (diff)
downloadrtems-51eb8d55a065632ccb31444418740406f762e5b7.tar.bz2
Changed prototype of read routine.
Diffstat (limited to 'c/src/lib/include/rtems')
-rw-r--r--c/src/lib/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h
index 7f8baadd56..bde906c0f1 100644
--- a/c/src/lib/include/rtems/libio.h
+++ b/c/src/lib/include/rtems/libio.h
@@ -138,7 +138,7 @@ rtems_status_code rtems_termios_open (
void *arg,
int (*deviceFirstOpen)(int major, int minor, void *arg),
int (*deviceLastClose)(int major, int minor, void *arg),
- int (*deviceRead)(int minor, char *buf),
+ int (*deviceRead)(int minor),
int (*deviceWrite)(int minor, char *buf, int len)
);