summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.3
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-12 16:13:41 +0000
committermike <mike@FreeBSD.org>2002-10-12 16:13:41 +0000
commit4d6bf1c3fb0816347ba09c47c02f040d71c13679 (patch)
tree8937b8185655025519cc44865535915faec9b620 /lib/libc/stdio/fseek.3
parentca8c4bef3b2e3511a5dcd4e09b5f4e41a1cb8386 (diff)
downloadFreeBSD-src-4d6bf1c3fb0816347ba09c47c02f040d71c13679.zip
FreeBSD-src-4d6bf1c3fb0816347ba09c47c02f040d71c13679.tar.gz
Add restrict type-qualifier.
Diffstat (limited to 'lib/libc/stdio/fseek.3')
-rw-r--r--lib/libc/stdio/fseek.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index 6326751..f2ca10f 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -59,7 +59,7 @@
.Ft void
.Fn rewind "FILE *stream"
.Ft int
-.Fn fgetpos "FILE *stream" "fpos_t *pos"
+.Fn fgetpos "FILE * restrict stream" "fpos_t * restrict pos"
.Ft int
.Fn fsetpos "FILE *stream" "const fpos_t *pos"
.In sys/types.h
OpenPOWER on IntegriCloud