summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fsetpos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fsetpos.c')
-rw-r--r--lib/libc/stdio/fsetpos.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c
index b56fbba..c6b8b78 100644
--- a/lib/libc/stdio/fsetpos.c
+++ b/lib/libc/stdio/fsetpos.c
@@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$");
* fsetpos: like fseek.
*/
int
-fsetpos(iop, pos)
- FILE *iop;
- const fpos_t *pos;
+fsetpos(FILE *iop, const fpos_t *pos)
{
return (fseeko(iop, (off_t)*pos, SEEK_SET));
}
OpenPOWER on IntegriCloud