posix: deprecate POSIX_SYSLOG for XSI_SYSTEM_LOGGING
This change deprecates the CONFIG_POSIX_SYSLOG Kconfig variable for CONFIG_XSI_SYSTEM_LOGGING, which has a direct mapping to the POSIX Option Group XSI_SYSTEM_LOGGING. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
23f9119176
commit
0711d603f7
6 changed files with 34 additions and 11 deletions
|
@ -138,6 +138,15 @@ config POSIX_SYSCONF
|
|||
|
||||
Please use CONFIG_POSIX_SINGLE_PROCESS instead.
|
||||
|
||||
config POSIX_SYSLOG
|
||||
bool "Support for syslog() [DEPRECATED]"
|
||||
select DEPRECATED
|
||||
select XSI_SYSTEM_LOGGING
|
||||
help
|
||||
This option is deprecated.
|
||||
|
||||
Please use CONFIG_XSI_SYSTEM_LOGGING instead.
|
||||
|
||||
config POSIX_UNAME
|
||||
bool "Support for uname [DEPRECATED]"
|
||||
select DEPRECATED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue