walnux/sched/mqueue
yangjiao 391bf7b37c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading.
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>
2023-08-03 03:10:56 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
mq_getattr.c mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
mq_initialize.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgqalloc.c sched/mqueue: decoupling condition member to common prologue 2022-10-22 12:58:11 +08:00
mq_msgqfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_notify.c sched/mqueue: configurable mqueue notification 2022-06-11 14:51:09 +08:00
mq_rcvinternal.c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading. 2023-08-03 03:10:56 -07:00
mq_receive.c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading. 2023-08-03 03:10:56 -07:00
mq_recover.c sched/mqueue: decoupling condition member to common prologue 2022-10-22 12:58:11 +08:00
mq_send.c nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
mq_setattr.c mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
mq_sndinternal.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mq_timedreceive.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mq_timedsend.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mq_waitirq.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mqueue.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
msg.h sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgctl.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgget.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msginternal.c sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
msgrcv.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
msgsnd.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00