summaryrefslogtreecommitdiff
path: root/src/stdio/fsetpos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fsetpos.c')
-rw-r--r--src/stdio/fsetpos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fsetpos.c b/src/stdio/fsetpos.c
index 40545061..c75fed41 100644
--- a/src/stdio/fsetpos.c
+++ b/src/stdio/fsetpos.c
@@ -10,6 +10,7 @@ int fsetpos(FILE *stream, const fpos_t *pos)
(void)stream; (void)pos;
/* TODO */
+ stream->operation = OP_NONE;
return 1;
}