posix: deprecate POSIX_MQUEUE in favour of POSIX_MESSAGE_PASSING

This change deprecates CONFIG_POSIX_MQUEUE in favour of
CONFIG_POSIX_MESSAGE_PASSING, which maps directly to the name of the
standard POSIX Option.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-05-22 18:33:38 -04:00 committed by David Leach
commit f270de7362
12 changed files with 46 additions and 23 deletions

View file

@ -17,6 +17,6 @@ CONFIG_NET_SOCKETPAIR=y
CONFIG_PTHREAD_IPC=y
CONFIG_POSIX_FS=y
CONFIG_POSIX_TIMERS=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MESSAGE_PASSING=y
CONFIG_EVENTFD=y
CONFIG_GETOPT=y