diff options
Diffstat (limited to 'sysif.c')
-rw-r--r-- | sysif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -643,7 +643,7 @@ static val stat_impl(val obj, int (*statfn)(val, struct stat *), #endif } -static val statp(val path) +val statp(val path) { return stat_impl(path, w_stat, lit("stat")); } |