From a307f79f17b6f4a330728f01540c57115d4ec56a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Nov 1997 17:50:50 +0000 Subject: Fixed prototype --- c/src/lib/libc/libio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libc') diff --git a/c/src/lib/libc/libio.h b/c/src/lib/libc/libio.h index bde906c0f1..15c04a2b79 100644 --- a/c/src/lib/libc/libio.h +++ b/c/src/lib/libc/libio.h @@ -105,7 +105,7 @@ int __rtems_isatty(int _fd); typedef struct { int (*open)(const char *pathname, unsigned32 flag, unsigned32 mode); int (*close)(int fd); - int (*read)(int fd, void *buffer); + int (*read)(int fd, void *buffer, unsigned32 count); int (*write)(int fd, const void *buffer, unsigned32 count); int (*ioctl)(int fd, unsigned32 command, void *buffer); int (*lseek)(int fd, rtems_libio_offset_t offset, int whence); -- cgit v1.2.3