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:
authorJeff Johnston <jjohnstn@redhat.com>2006-08-02 00:20:25 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-02 00:20:25 +0400
commit2ebf115df97ff9ad5d72fe7723f934e0104b0e08 (patch)
tree3453913db8325d334bb4b7f733fb128729bb5627 /newlib/libc/stdio/fwrite.c
parent8fe03354d92aa1e3803275d9e699e7ead4cb22d9 (diff)
2006-08-01 Jeff Johnston <jjohnstn@redhat.com>
* libc/Makefile.am: Add libc_TEXINFOS dependency on generated .texi files. * libm/Makefile.am: Add libm_TEXINFOS dependency on generated .texi files. * libc/Makefile.in: Regenerated. * libm/Makefile.in: Ditto.
Diffstat (limited to 'newlib/libc/stdio/fwrite.c')
-rw-r--r--newlib/libc/stdio/fwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fwrite.c b/newlib/libc/stdio/fwrite.c
index 8a2159c4a..dd739d6b7 100644
--- a/newlib/libc/stdio/fwrite.c
+++ b/newlib/libc/stdio/fwrite.c
@@ -30,7 +30,7 @@ ANSI_SYNOPSIS
size_t <[count]>, FILE *<[fp]>);
#include <stdio.h>
- size_t _fwrite_r(struct _reent *<[ptr[>, const void *<[buf]>, size_t <[size]>,
+ size_t _fwrite_r(struct _reent *<[ptr]>, const void *<[buf]>, size_t <[size]>,
size_t <[count]>, FILE *<[fp]>);
TRAD_SYNOPSIS