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:
Chris Friedt 2024-05-22 21:39:21 -04:00 committed by David Leach
commit 0711d603f7
6 changed files with 34 additions and 11 deletions

View file

@ -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