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

@ -13,3 +13,13 @@ config XSI_SINGLE_PROCESS
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
config XSI_SYSTEM_LOGGING
bool "X/Open system logging"
default y if POSIX_API
help
This option provides support for closelog(), openlog(), syslog(),
setlogmask(), and vsyslog().
For more information, please see
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html