posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME
This change deprecates the following Kconfig options * CONFIG_POSIX_ENV * CONFIG_POSIX_CONFSTR * CONFIG_POSIX_SYSCONF * CONFIG_POSIX_UNAME and instead groups them into a single Kconfig option that maps directly to the standard. Namely, CONFIG_POSIX_SINGLE_PROCESS. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
b639604833
commit
2fe9d6cd68
16 changed files with 133 additions and 117 deletions
2
tests/posix/env/prj.conf
vendored
2
tests/posix/env/prj.conf
vendored
|
@ -1,5 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_POSIX_ENV=y
|
||||
CONFIG_POSIX_SINGLE_PROCESS=y
|
||||
# Let's explicitly choose PICOLIBC, so it is used if supported even if it would not have been the
|
||||
# default (otherwise native targets default to the host C library)
|
||||
CONFIG_PICOLIBC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue