nuttx/net/rpmsg
guoshichao 57637e5927 net: make the sendmsg param type consistent with posix specification
To ensure consistency, in all places where the "sendmsg" function is used
either directly or indirectly, the type of the "struct msghdr *msg" parameter
needs to be modified to "const struct msghdr *msg".

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-16 21:11:39 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
rpmsg.h net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
rpmsg_sockif.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00