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/fseek.3 | |
parent | 7eeaf6dce8e5124bdaad05334e228d0d555ebbb4 (diff) | |
download | src-54e4e385de33a961e801ceeea8146437e25edd88.tar.gz src-54e4e385de33a961e801ceeea8146437e25edd88.zip |
Notes
Diffstat (limited to 'lib/libc/stdio/fseek.3')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 632675131f02..f2ca10f82d80 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 |