diff options
Diffstat (limited to 'sysif.h')
-rw-r--r-- | sysif.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ val usleep_wrap(val usec); #if HAVE_FORK_STUFF val exec_wrap(val file, val args_opt); #endif -time_t c_time(val time); +time_t c_time(val time, val self); val num_time(time_t time); #if HAVE_SYS_STAT struct stat; |