summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysif.h b/sysif.h
index c21ca969..f10d2da3 100644
--- a/sysif.h
+++ b/sysif.h
@@ -49,8 +49,7 @@ val num_time(time_t time);
struct stat;
val stat_to_struct(struct stat st, val path);
#endif
-val statp(val path);
-val statf(val path);
+val fstat_wrap(val path);
val stdio_ftell(FILE *);
int stdio_fseek(FILE *, val, int whence);
#if HAVE_GETEUID