--- a/src/lposix.c +++ b/src/lposix.c @@ -727,11 +727,13 @@ static int Pctermid(lua_State *L) /** c } +#ifndef NO_GETLOGIN static int Pgetlogin(lua_State *L) /** getlogin() */ { lua_pushstring(L, getlogin()); return 1; } +#endif static void Fgetpasswd(lua_State *L, int i, const void *data) @@ -1052,7 +1054,9 @@ static const luaL_reg R[] = {"getcwd", Pgetcwd}, {"getenv", Pgetenv}, {"getgroup", Pgetgroup}, +#ifndef NO_GETLOGIN {"getlogin", Pgetlogin}, +#endif {"getpasswd", Pgetpasswd}, {"getpid", Pgetpid}, {"glob", Pglob}, le id='header'> cgit logo index : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-wl/src/glue/wl_glue.h
blob: b3c8aa3b6a786094e6f90fda81ad234304c323f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22