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:
Xiang Xiao
2022-04-21 22:55:47 +03:00
committed by Petro Karashchenko
parent 76803f4a07
commit 2f32c8dcf2
2 changed files with 5 additions and 8 deletions
-3
View File
@@ -42,9 +42,6 @@ namespace std
// Environment variable support
#ifndef CONFIG_DISABLE_ENVIRON
using ::get_environ_ptr;
#endif
using ::getenv;
using ::putenv;
using ::clearenv;