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 f32c3f9b..c3a29ccc 100644
--- a/sysif.h
+++ b/sysif.h
@@ -31,7 +31,7 @@ extern val gid_k, rdev_k, size_k, blksize_k, blocks_k;
extern val atime_k, mtime_k, ctime_k;
extern val dev_s, ino_s, mode_s, nlink_s, uid_s;
extern val gid_s, rdev_s, size_s, blksize_s, blocks_s;
-extern val atime_s, mtime_s, ctime_s;
+extern val atime_s, mtime_s, ctime_s, path_s;
#if !HAVE_FTRUNCATE
typedef long off_t;
@@ -52,7 +52,7 @@ val exec_wrap(val file, val args_opt);
#endif
#if HAVE_SYS_STAT
struct stat;
-val stat_to_struct(struct stat st);
+val stat_to_struct(struct stat st, val path);
#endif
val statp(val path);
val statf(val path);