diff options
Diffstat (limited to 'sysif.h')
-rw-r--r-- | sysif.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ val num_time(time_t time); #if HAVE_SYS_STAT struct stat; val stat_to_struct(struct stat st, val path); +val umask_wrap(val mask); #endif val stat_wrap(val path); val stdio_ftell(FILE *); |