summaryrefslogtreecommitdiffstats
path: root/sysif.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.h')
-rw-r--r--sysif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysif.h b/sysif.h
index f61ad6f4..d599c737 100644
--- a/sysif.h
+++ b/sysif.h
@@ -48,10 +48,10 @@ time_t c_time(val time, val self);
val num_time(time_t time);
#if HAVE_SYS_STAT
struct stat;
-val stat_to_struct(struct stat st, val path);
+val stat_to_struct(struct stat st, val path, val stat_opt);
val umask_wrap(val mask);
#endif
-val stat_wrap(val path);
+val stat_wrap(val path, val stat_opt);
val stdio_ftell(FILE *);
int stdio_fseek(FILE *, val, int whence);
#if HAVE_GETEUID