summaryrefslogtreecommitdiff
path: root/luaext/lposix.c
diff options
context:
space:
mode:
Diffstat (limited to 'luaext/lposix.c')
-rw-r--r--luaext/lposix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaext/lposix.c b/luaext/lposix.c
index f3c787eab..4d5269a4f 100644
--- a/luaext/lposix.c
+++ b/luaext/lposix.c
@@ -813,7 +813,7 @@ static int Pmkstemp(lua_State *L)
static const luaL_Reg R[] =
{
{"access", Paccess},
- {"chdir", Pchdir},
+/* {"chdir", Pchdir},
{"chmod", Pchmod},
{"chown", Pchown},
{"ctermid", Pctermid},
@@ -851,7 +851,7 @@ static const luaL_Reg R[] =
{"utime", Putime},
{"wait", Pwait},
{"setenv", Psetenv},
- {"unsetenv", Punsetenv},
+ {"unsetenv", Punsetenv},*/
{NULL, NULL}
};