posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM
This change deprecates CONFIG_POSIX_FS in favour of CONFIG_POSIX_FILE_SYSTEM, which maps directly to the name of the standard POSIX Option Group. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
2bc722a97e
commit
9f6590c7b7
16 changed files with 102 additions and 24 deletions
|
@ -82,6 +82,15 @@ config POSIX_ENV
|
|||
|
||||
Please use CONFIG_POSIX_SINGLE_PROCESS instead.
|
||||
|
||||
config POSIX_FS
|
||||
bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
|
||||
select DEPRECATED
|
||||
select POSIX_FILE_SYSTEM
|
||||
help
|
||||
This option is deprecated.
|
||||
|
||||
Please use CONFIG_POSIX_FILE_SYSTEM instead.
|
||||
|
||||
config POSIX_LIMITS_RTSIG_MAX
|
||||
int "_POSIX_RTSIG_MAX value in limits.h [DEPRECATED]"
|
||||
default POSIX_RTSIG_MAX if POSIX_REALTIME_SIGNALS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue