mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
391bf7b37c
In POSIX testcase "open_posix_testsuite/conformance/interfaces/mq_receive/11-2.c", it will return "EPERM" when message queue is not opened for reading, but the standard POSIX specification in URL “https://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_receive.html” requires that "EBADF" be returned.So in this change, i update it. Signed-off-by: yangjiao <yangjiao@xiaomi.com>