chao.an
795884dbf1
sys/ipc: correct definition value of IPC_*
...
the definition of MSG_NOERROR and IPC_NOWAIT should not be aligned
------------------------------------------------------------------
MSGOP(2)
NAME
msgrcv, msgsnd - System V message queue operations
...
EXAMPLE
The program below demonstrates the use of msgsnd() and msgrcv().
...
if (msgrcv(qid, (void *) &msg, sizeof(msg.mtext), msgtype,
MSG_NOERROR | IPC_NOWAIT) == -1) {
...
Signed-off-by: chao.an <anchao@xiaomi.com>
2022-06-09 18:19:48 +03:00
..
2022-05-05 16:23:32 -03:00
2022-05-06 08:54:58 +02:00
2021-11-27 06:19:10 -06:00
2022-06-03 13:04:09 +08:00
2022-06-08 19:07:33 +09:00
2022-01-29 01:04:23 +08:00
2022-06-09 18:19:48 +03:00
2022-05-28 18:41:51 +03:00
2022-04-21 23:11:21 +08:00
2021-09-28 04:37:38 -07:00
2021-10-26 13:59:42 -03:00
2022-02-20 21:58:10 +08:00
2022-02-20 21:58:10 +08:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-12-07 04:01:27 -08:00
2021-09-12 11:48:31 +08:00
2021-12-29 12:09:54 +08:00
2022-06-07 20:22:26 +03:00
2021-09-25 07:54:39 -03:00
2021-11-26 11:55:00 -03:00
2021-12-21 11:01:33 -03:00
2022-04-01 22:10:51 +08:00
2021-12-20 08:39:33 -06:00
2022-02-26 14:32:42 +08:00
2021-09-12 21:14:06 +08:00
2022-02-09 21:21:43 +08:00
2022-03-17 09:37:15 +02:00
2021-12-29 12:09:54 +08:00
2022-02-13 03:20:51 +08:00
2022-06-03 12:50:14 +08:00
2022-04-22 10:40:31 +03:00
2022-05-05 16:23:32 -03:00
2022-06-03 22:25:49 +03:00
2021-11-29 11:18:36 -06:00
2022-04-21 22:55:47 +03:00
2022-03-20 23:02:50 +02:00
2022-04-17 23:32:05 +03:00
2022-02-27 22:54:13 +08:00
2021-12-29 08:11:08 -03:00
2021-08-31 11:21:22 +08:00
2022-06-03 13:04:25 +08:00
2022-04-22 10:40:31 +03:00
2022-06-03 22:25:49 +03:00