previous: >>108262843
#define __NR_msgget 68
#define __NR_msgsnd 69
#define __NR_msgrcv 70
#define __NR_msgctl 71
https://man7.org/linux/man-pages/man2/msgget.2.html
https://man7.org/linux/man-pages/man2/msgop.2.html
https://man7.org/linux/man-pages/man2/msgctl.2.html
tl;dr:
message queues, but worse!
https://man7.org/linux/man-pages/man7/mq_overview.7.html
to be clear, these syscalls are NOT posix message queues. but the above link mentions them in the notes, and it should explain a bit more
one of about infinity different implementations of IPC. from the before times...
what IPC do you use? do you have a favorite subset of IPC? personally, i'm quite fond of RPC.
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/