diff options
Diffstat (limited to 'sysif.h')
-rw-r--r-- | sysif.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |