diff options
Diffstat (limited to 'sysif.c')
-rw-r--r-- | sysif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ static val chdir_wrap(val path) return t; } -static val getcwd_wrap(void) +val getcwd_wrap(void) { size_t guess = 256; |