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 'newlib/libc/stdio/fread.c')
-rw-r--r--newlib/libc/stdio/fread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c
index 596952bec..8c0697c5c 100644
--- a/newlib/libc/stdio/fread.c
+++ b/newlib/libc/stdio/fread.c
@@ -31,8 +31,7 @@ ANSI_SYNOPSIS
#include <stdio.h>
size_t _fread_r(struct _reent *<[ptr]>, void *<[buf]>,
- size_t <[size]>, size_t <[count]>,
- FILE *<[fp]>);
+ size_t <[size]>, size_t <[count]>, FILE *<[fp]>);
TRAD_SYNOPSIS
#include <stdio.h>