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
|
@ -3,7 +3,7 @@ CONFIG_POSIX_API=y
|
|||
CONFIG_MAX_PTHREAD_COUNT=6
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_SEM_VALUE_MAX=32767
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_POSIX_MESSAGE_PASSING=y
|
||||
CONFIG_POSIX_PRIORITY_SCHEDULING=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
||||
CONFIG_THREAD_NAME=y
|
||||
|
|
|
@ -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