diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2013-04-23 14:36:44 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2013-04-23 14:36:44 +0000 |
| commit | 5a6307cf42c5b4965435b3b7af74a37fd4dc17b9 (patch) | |
| tree | eee3d4211d69ff36f950fb608985ae69d9c4c4e1 /lib/libc/stdio/fwrite.c | |
| parent | 5628dd089340472da80d5e3cce2108e155592ecd (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fwrite.c')
| -rw-r--r-- | lib/libc/stdio/fwrite.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 08587c7bf56d..707d362799d0 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -50,10 +50,7 @@ __FBSDID("$FreeBSD$"); * Return the number of whole objects written. */ size_t -fwrite(buf, size, count, fp) - const void * __restrict buf; - size_t size, count; - FILE * __restrict fp; +fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict fp) { size_t n; struct __suio uio; |
