summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysif.c b/sysif.c
index 5197d337..1d858820 100644
--- a/sysif.c
+++ b/sysif.c
@@ -671,7 +671,7 @@ static val pipe_wrap(void)
#endif
-static val getenv_wrap(val name)
+val getenv_wrap(val name)
{
char *nameu8 = utf8_dup_to(c_str(name));
char *lookup = getenv(nameu8);