mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
environ: Don't expose get_environ_ptr in csdlib
since it isn't defined in c/c++ standard Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
76803f4a07
commit
2f32c8dcf2
@@ -42,9 +42,6 @@ namespace std
|
||||
|
||||
// Environment variable support
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENVIRON
|
||||
using ::get_environ_ptr;
|
||||
#endif
|
||||
using ::getenv;
|
||||
using ::putenv;
|
||||
using ::clearenv;
|
||||
|
||||
Reference in New Issue
Block a user