nuttx/sched/environ
anjiahao fe7a877c4e sched/env_putenv:putenv is kernel function need use kmm_free
strdup if use __KERNEL__ defined by nx_strdup
so need kmm_free it

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2025-12-18 21:59:31 +08:00
..
CMakeLists.txt
env_clearenv.c
env_dup.c sched/environ: There is no need to use sched_[un]lock 2024-10-11 02:43:11 +08:00
env_findvar.c
env_foreach.c
env_getenv.c sched/environ: There is no need to use sched_[un]lock 2024-10-11 02:43:11 +08:00
env_getenvironptr.c
env_putenv.c sched/env_putenv:putenv is kernel function need use kmm_free 2025-12-18 21:59:31 +08:00
env_release.c
env_removevar.c
env_setenv.c sched/environ: There is no need to use sched_[un]lock 2024-10-11 02:43:11 +08:00
env_unsetenv.c sched/environ: There is no need to use sched_[un]lock 2024-10-11 02:43:11 +08:00
environ.h binfmt: Fix error handling in exec_module 2025-12-11 12:57:07 -05:00
Make.defs