diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-08-01 20:20:25 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-08-01 20:20:25 +0000 |
commit | 2ebf115df97ff9ad5d72fe7723f934e0104b0e08 (patch) | |
tree | 3453913db8325d334bb4b7f733fb128729bb5627 /newlib/libc/stdio/fwrite.c | |
parent | 8fe03354d92aa1e3803275d9e699e7ead4cb22d9 (diff) | |
download | cygnal-2ebf115df97ff9ad5d72fe7723f934e0104b0e08.tar.gz cygnal-2ebf115df97ff9ad5d72fe7723f934e0104b0e08.tar.bz2 cygnal-2ebf115df97ff9ad5d72fe7723f934e0104b0e08.zip |
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.c | 2 |
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 |