Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mcore/read.c')
-rw-r--r--libgloss/mcore/read.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/mcore/read.c b/libgloss/mcore/read.c
index d97d98d22..d7c5670b0 100644
--- a/libgloss/mcore/read.c
+++ b/libgloss/mcore/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)
{