diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-10-12 16:13:41 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-10-12 16:13:41 +0000 |
| commit | 54e4e385de33a961e801ceeea8146437e25edd88 (patch) | |
| tree | 8937b8185655025519cc44865535915faec9b620 /lib/libc/stdio/fwrite.c | |
| parent | 7eeaf6dce8e5124bdaad05334e228d0d555ebbb4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fwrite.c')
| -rw-r--r-- | lib/libc/stdio/fwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 445baecb7da4..0a74d8119485 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -53,9 +53,9 @@ __FBSDID("$FreeBSD$"); */ size_t fwrite(buf, size, count, fp) - const void *buf; + const void * __restrict buf; size_t size, count; - FILE *fp; + FILE * __restrict fp; { size_t n; struct __suio uio; |
