mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
libc: Make getcwd() work even CONFIG_DISABLE_ENVIRON is enabled
since getcwd() can be implemented correctly without using environ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -17,7 +17,6 @@ config LIBC_RAND_ORDER
|
||||
config LIBC_HOMEDIR
|
||||
string "Home directory"
|
||||
default "/"
|
||||
depends on !DISABLE_ENVIRON
|
||||
---help---
|
||||
The home directory to use with operations like such as 'cd ~'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user