summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysif.h b/sysif.h
index 3cbf0609..02a5a1da 100644
--- a/sysif.h
+++ b/sysif.h
@@ -56,7 +56,7 @@ val stat_to_struct(struct stat st, val path);
#endif
val statp(val path);
val statf(val path);
-off_t off_t_num(val num);
+off_t off_t_num(val num, val self);
val num_off_t(off_t offnum);
val stdio_ftell(FILE *);
val stdio_fseek(FILE *, val, int whence);