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:
parent
4e181f7031
commit
f270de7362
12 changed files with 46 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue