aboutsummaryrefslogtreecommitdiff
path: root/libgloss/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/read.c')
-rw-r--r--libgloss/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/read.c b/libgloss/read.c
index 83a3b54..8676482 100644
--- a/libgloss/read.c
+++ b/libgloss/read.c
@@ -20,7 +20,7 @@ extern char inbyte (void);
* read -- read bytes from the serial port. Ignore fd, since
* we only have stdin.
*/
-int
+_READ_WRITE_RETURN_TYPE
read (int fd,
void *buf_,
size_t nbytes)