diff options
Diffstat (limited to 'libgloss/read.c')
-rw-r--r-- | libgloss/read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/read.c b/libgloss/read.c index 507c980..24108ce 100644 --- a/libgloss/read.c +++ b/libgloss/read.c @@ -21,8 +21,7 @@ extern char inbyte (void); * we only have stdin. */ int -_DEFUN (read, (fd, buf, nbytes), - int fd, +read (int fd, char *buf, int nbytes) { |