summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fread.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fread.c')
-rw-r--r--lib/libc/stdio/fread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c
index 39c1a8c..73c7c19 100644
--- a/lib/libc/stdio/fread.c
+++ b/lib/libc/stdio/fread.c
@@ -49,9 +49,9 @@ __FBSDID("$FreeBSD$");
size_t
fread(buf, size, count, fp)
- void *buf;
+ void * __restrict buf;
size_t size, count;
- FILE *fp;
+ FILE * __restrict fp;
{
size_t resid;
char *p;
OpenPOWER on IntegriCloud