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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue