mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
Update the can_sendmsg() signature from "struct msghdr *msg" to "const struct msghdr *msg" to match the updated sendmsg() prototype and resolve compilation errors due to parameter type inconsistency. Signed-off-by: guoshichao <guoshichao@xiaomi.com> |
||
|---|---|---|
| .. | ||
| can.h | ||
| can_bufpool.c | ||
| can_callback.c | ||
| can_conn.c | ||
| can_getsockopt.c | ||
| can_input.c | ||
| can_notifier.c | ||
| can_poll.c | ||
| can_recvmsg.c | ||
| can_sendmsg.c | ||
| can_sendmsg_buffered.c | ||
| can_setsockopt.c | ||
| can_sockif.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||